Relm CRM
relmcrm.com
· 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.
relmcrm.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 61/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-12 04:26:46 current | 524e61e0699a… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://relmcrm.com/.well-known/agent-card.json |
| Provider | https://relmcrm.com/ |
| Docs | https://relmcrm.com/docs |
Skills · 7 declared · mapped to canonical taxonomy
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.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/relmcrm.com) [](https://agenstry.com/agents/relmcrm.com) [](https://agenstry.com/agents/relmcrm.com) [](https://agenstry.com/agents/relmcrm.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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.",
"url": "https://api.relmcrm.com/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"transport": "JSONRPC",
"url": "https://api.relmcrm.com/a2a"
}
],
"provider": {
"organization": "Relm",
"url": "https://relmcrm.com/"
},
"documentationUrl": "https://relmcrm.com/docs",
"version": "0.7.0",
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Workspace-scoped API key (relm_live_... or relm_test_...) minted at https://app.relmcrm.com/"
}
},
"security": [
{
"bearer": []
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "manage-contacts",
"name": "Manage contacts",
"description": "Create, find, update and delete people. Email-optional; email is unique per workspace.",
"tags": [
"crm",
"contacts"
]
},
{
"id": "manage-companies",
"name": "Manage companies",
"description": "Create and link accounts; contacts and deals reference them.",
"tags": [
"crm",
"companies"
]
},
{
"id": "manage-deals",
"name": "Manage deals",
"description": "Open opportunities and move them across pipeline stages.",
"tags": [
"crm",
"deals",
"pipeline"
]
},
{
"id": "log-activities",
"name": "Log activities",
"description": "Record notes, calls, emails and meetings, with backdating.",
"tags": [
"crm",
"activities"
]
},
{
"id": "automate",
"name": "Automations",
"description": "Create event-triggered rules and drip sequences, including send-email.",
"tags": [
"crm",
"automation",
"sequences"
]
},
{
"id": "webhooks",
"name": "Webhooks",
"description": "Subscribe an https endpoint to CRM events; deliveries are HMAC-signed and retried.",
"tags": [
"crm",
"webhooks",
"events"
]
},
{
"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"
]
}
]
}