OpenAgentOpenAgent

Developer overview

Everything programmable in OpenAgent: the widget embed and JavaScript SDK, verified identity, webhooks out, the CRM ingest API in, the Contacts API, and the hosted MCP server.

View as Markdown

OpenAgent is operable without code — but every edge is programmable. This section covers the surfaces you'd wire into your own site or backend:

Auth at a glance

CredentialPrefixUsed for
Workspace API keybk_…The MCP server and workspace APIs — full access, treat as a password.
CRM Connections keycrk_…Write-only lead ingest to one board/column. Safe to give a partner site.
Agent signing secret(per agent)HMAC for identity verification — server-side only.
Webhook signing secret(per endpoint)Verifying webhook deliveries are really from OpenAgent.