Skip to main content

Adrata Developers

Developer Platform

A complete API surface for the Adrata revenue platform: sales, acquisition, retention, expansion, manager workflows, and agentic revenue systems.

First request
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);

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.