Adrata Developers
Developer Platform
A complete API surface for the Adrata revenue platform: sales, acquisition, retention, expansion, manager workflows, and agentic revenue systems.
import { AdrataClient } from '@adrata/sdk';
const adrata = new AdrataClient({ apiKey: process.env.ADRATA_API_KEY! });
const companies = await adrata.companies.list({ search: 'acme', limit: 10 });
console.log(companies.requestId, companies.rateLimit.remaining, companies.data);Quickstart
Make the first authenticated request, create a company safely, and read request IDs and rate-limit headers.
SDKs
Install @adrata/sdk or adrata for typed TypeScript and Python workflows generated from OpenAPI.
Webhooks
Subscribe to signed lifecycle events, test delivery, inspect retries, and replay failed deliveries.
Agents
Use MCP, llms.txt, structured output, async tasks, tool catalog, and idempotency for agent-native automation.
Cookbook
Copy runnable TypeScript and Python recipes for enrichment, buyer rooms, intro paths, webhooks, pagination, tasks, and MCP.
Build by role
Seller
Find people and companies, enrich records, map intro paths and buyer rooms, request intros, log activity, and advance opportunities.
Manager
Review pipeline, forecast, stale deals, activity quality, buyer room completeness, and team execution.
Leader
Track acquisition, retention, expansion, deliverability, conversion, and account risk across the GTM system.
RevOps
Manage auth, webhooks, rate limits, schemas, custom fields, integrations, exports, and audit trails.
Agent
Use MCP, tool catalogs, structured responses, idempotency keys, async tasks, and event streams for autonomous workflows.
Canonical primitives
People and companies
The foundation for leads, contacts, accounts, customers, enrichment, and relationship intelligence.
Opportunities and actions
Deals, renewals, expansion, tasks, notes, activities, next steps, and stage changes.
Buyer rooms and intros
Buying committees, roles, connectors, relationship paths, intro requests, and intro pipeline health.
Events and agents
Webhooks, SSE, MCP tools, async task status, schema-bearing responses, and retry-safe writes.