{
  "schema_version": "v1",
  "name_for_human": "Relm",
  "name_for_model": "relm_crm",
  "description_for_human": "API-first CRM for developers and AI agents.",
  "description_for_model": "Relm is an API-first CRM ('the CRM for LLMs'). Read and write contacts, companies, deals (with multiple pipelines and custom stages), and activities via a REST API or a native MCP server. Use for storing and querying customer/CRM data, moving deals through pipeline stages, logging activities, and automations. Authenticate with a Bearer API key (sk_live_… or sk_test_…).",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://relmcrm.com/openapi.yaml"
  },
  "logo_url": "https://relmcrm.com/icon-512.png",
  "contact_email": "hello@relmcrm.com",
  "legal_info_url": "https://relmcrm.com/docs"
}