Adrata Developers
Adrata supports governed agent access through hosted MCP, OpenAPI, tool discovery, async tasks, structured output, and idempotent writes where enabled.
POST https://mcp.adrata.com/mcp
Authorization: Bearer adrata_live_...const task = await adrata.createTask('account_research', { company_id: 'company_acme' });
const status = await adrata.task(task.data.id);Use `/api/v1/tools` for tool discovery, `/api/v1/agent-tasks` for long-running work, `Accept: application/json+schema` for schema-bearing responses, and `Idempotency-Key` for retry-safe mutations.
Hosted MCP exposes tier-gated tools for companies, people, opportunities, actions, intro paths, buyer rooms, intro requests, enrichment, memory, and selected workspace operations. Exact coverage depends on plan, scopes, and connected systems.
`mcp.adrata.com` is the hosted production endpoint. Unauthenticated tool calls receive a Bearer challenge; `/health` remains public for uptime checks.