Relm CRM
An API-first CRM built for LLMs and AI agents. Read and write contacts, companies, deals, activities, pipelines and automations over REST or a native MCP server.
AgentCard object — a capabilities object, a declared protocolVersion, and a well-formed skills array.
An A2A client finds this agent by fetching the well-known path on the provider's own host. That is what makes an agent card different from every other agent artifact in this catalog: it is provider-published by construction — it cannot be derived, generated, or reconstructed on a provider's behalf.
https://api.relmcrm.com/a2a
· transport JSONRPC
· protocol
Manage contacts manage-contacts
Create, find, update and delete people. Email-optional; email is unique per workspace.
crmcontactsManage companies manage-companies
Create and link accounts; contacts and deals reference them.
crmcompaniesManage deals manage-deals
Open opportunities and move them across pipeline stages.
crmdealspipelineLog activities log-activities
Record notes, calls, emails and meetings, with backdating.
crmactivitiesAutomations automate
Create event-triggered rules and drip sequences, including send-email.
crmautomationsequencesWebhooks webhooks
Subscribe an https endpoint to CRM events; deliveries are HMAC-signed and retried.
crmwebhookseventsDescribe schema describe-schema
Read the live object/field/enum registry so writes are never based on a guess.
crmschemadiscovery2026-09-19 from https://relmcrm.com/.well-known/agent-card.json,
HTTP 200. The body was saved verbatim and is the sole source for
everything on this page — no field is inferred.
View the captured card.
Providers change what they serve; if this card has moved or changed shape,
the provider profile carries the
current state as of the last build.
Work with this as data
Every agent card here is available over the APIs.io API and to AI agents over MCP. A2A Agent Cards is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.