{
  "name": "Relm",
  "description": "API-first CRM for AI agents — contacts, companies, deals (multi-pipeline), activities, automations, email.",
  "url": "https://relmcrm.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Relm",
    "url": "https://relmcrm.com"
  },
  "documentationUrl": "https://relmcrm.com/agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "interfaces": {
    "mcp": {
      "endpoint": "https://relmcrm.com/mcp",
      "transport": "streamable-http",
      "auth": "bearer"
    },
    "rest": {
      "baseUrl": "https://relmcrm.com/v1",
      "openapi": "https://relmcrm.com/openapi.yaml",
      "auth": "bearer"
    }
  },
  "skills": [
    {
      "id": "manage_contacts",
      "name": "Manage contacts & companies",
      "description": "Create, search, update people and organizations.",
      "tags": [
        "crm",
        "contacts"
      ],
      "examples": [
        "Add ada@example.com as a contact"
      ]
    },
    {
      "id": "manage_deals",
      "name": "Manage deals & pipelines",
      "description": "Open deals, move them across pipeline stages, run multiple pipelines.",
      "tags": [
        "crm",
        "sales",
        "pipeline"
      ],
      "examples": [
        "Open a deal for ACME in the sales pipeline and move it to qualified"
      ]
    },
    {
      "id": "log_activities",
      "name": "Log activities",
      "description": "Record notes, calls, emails, meetings on the timeline.",
      "tags": [
        "crm",
        "activity"
      ],
      "examples": [
        "Log a call with the ACME deal"
      ]
    },
    {
      "id": "automations",
      "name": "Automations",
      "description": "Trigger actions on CRM events (move stage, create activity, send email).",
      "tags": [
        "automation"
      ],
      "examples": [
        "When a deal enters 'won', send a thank-you email"
      ]
    }
  ]
}