Adrata Developers
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);Make the first authenticated request, create a company safely, and read request IDs and rate-limit headers.
Install @adrata/sdk or adrata for typed TypeScript and Python workflows generated from OpenAPI.
Subscribe to signed lifecycle events, test delivery, inspect retries, and replay failed deliveries.
Use MCP, llms.txt, structured output, async tasks, tool catalog, and idempotency for agent-native automation.
Copy runnable TypeScript and Python recipes for enrichment, buyer rooms, intro paths, webhooks, pagination, tasks, and MCP.
Find people and companies, enrich records, map intro paths and buyer rooms, request intros, log activity, and advance opportunities.
Review pipeline, forecast, stale deals, activity quality, buyer room completeness, and team execution.
Track acquisition, retention, expansion, deliverability, conversion, and account risk across the GTM system.
Manage auth, webhooks, rate limits, schemas, custom fields, integrations, exports, and audit trails.
Use MCP, tool catalogs, structured responses, idempotency keys, async tasks, and event streams for autonomous workflows.
The foundation for leads, contacts, accounts, customers, enrichment, and relationship intelligence.
Deals, renewals, expansion, tasks, notes, activities, next steps, and stage changes.
Buying committees, roles, connectors, relationship paths, intro requests, and intro pipeline health.
Webhooks, SSE, MCP tools, async task status, schema-bearing responses, and retry-safe writes.