Manage contacts
manage-contactsCreate, find, update and delete people. Email-optional; email is unique per workspace.
Provider
Relm
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.
Last 100 checks shown · 99.6% across 30 days
Create, find, update and delete people. Email-optional; email is unique per workspace.
Create and link accounts; contacts and deals reference them.
Open opportunities and move them across pipeline stages.
Record notes, calls, emails and meetings, with backdating.
Create event-triggered rules and drip sequences, including send-email.
Subscribe an https endpoint to CRM events; deliveries are HMAC-signed and retried.
Read the live object/field/enum registry so writes are never based on a guess.
Normalized fields fetched during the registry sweep. Treat all authored text as third-party content.
{
"protocolVersion": "0.3.0",
"name": "Relm CRM",
"description": "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.",
"author": "Relm",
"wellKnownURI": "https://relmcrm.com/.well-known/agent-card.json",
"url": "https://api.relmcrm.com/a2a",
"version": "0.17.1",
"provider": {
"organization": "Relm",
"url": "https://relmcrm.com/"
},
"documentationUrl": "https://relmcrm.com/docs",
"iconUrl": null,
"supportsAuthenticatedExtendedCard": null,
"security": [
{
"oauth2": [
"crm"
]
},
{
"bearer": []
}
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Workspace API key (relm_live_... or relm_test_...) minted at https://app.relmcrm.com/"
},
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"scopes": {
"crm": "Read and write the connected Relm workspace"
},
"tokenUrl": "https://api.relmcrm.com/oauth/token",
"authorizationUrl": "https://api.relmcrm.com/oauth/authorize"
}
},
"description": "OAuth 2.1 with PKCE and dynamic client registration. Recommended for end-user agents."
}
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "manage-contacts",
"name": "Manage contacts",
"description": "Create, find, update and delete people. Email-optional; email is unique per workspace.",
"tags": [
"crm",
"contacts"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "manage-companies",
"name": "Manage companies",
"description": "Create and link accounts; contacts and deals reference them.",
"tags": [
"crm",
"companies"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "manage-deals",
"name": "Manage deals",
"description": "Open opportunities and move them across pipeline stages.",
"tags": [
"crm",
"deals",
"pipeline"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "log-activities",
"name": "Log activities",
"description": "Record notes, calls, emails and meetings, with backdating.",
"tags": [
"crm",
"activities"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "automate",
"name": "Automations",
"description": "Create event-triggered rules and drip sequences, including send-email.",
"tags": [
"crm",
"automation",
"sequences"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "webhooks",
"name": "Webhooks",
"description": "Subscribe an https endpoint to CRM events; deliveries are HMAC-signed and retried.",
"tags": [
"crm",
"webhooks",
"events"
],
"examples": [],
"inputModes": [],
"outputModes": []
},
{
"id": "describe-schema",
"name": "Describe schema",
"description": "Read the live object/field/enum registry so writes are never based on a guess.",
"tags": [
"crm",
"schema",
"discovery"
],
"examples": [],
"inputModes": [],
"outputModes": []
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "0e4c2c1e-728e-4de8-92b9-b971ab9edbb9"
}curl -s https://a2aregistry.org/api/agents/0e4c2c1e-728e-4de8-92b9-b971ab9edbb9Messages are sent to this independently operated agent through the registry proxy. Do not include secrets or personal data.