{
  "protocolVersion": "0.2.0",
  "name": "Nash — Coherence Workspace Agent",
  "description": "Nash is the Coherence AI agent. It can read and write records across any CRM module, search the workspace, draft and schedule outreach (blog, LinkedIn, email), manage reminders and tasks, and act on the user's behalf under their workspace approval rules. Coherence is a unified workspace (CRM, email, calendar, custom modules) operated by Brightyard, Inc.",
  "url": "https://api.getcoherence.io/v1",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "documentationUrl": "https://getcoherence.io/docs/mcp/overview",
  "iconUrl": "https://getcoherence.io/android-chrome-512x512.png",
  "provider": {
    "organization": "Brightyard, Inc.",
    "url": "https://getcoherence.io"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "sk_live_…",
      "description": "Workspace API key created at Settings → API Keys, sent as Authorization: Bearer sk_live_…. The agent is reachable at POST https://api.getcoherence.io/v1/agents/messages. See https://getcoherence.io/auth.md"
    }
  },
  "security": [{ "apiKey": [] }],
  "skills": [
    {
      "id": "chat_with_agent",
      "name": "Talk to your agent",
      "description": "Send a natural-language request to Nash; it runs its multi-step tool loop (email, outreach, reminders, records, social, landing pages) under your workspace approval rules and returns its reply.",
      "tags": ["agent", "automation", "crm", "email", "outreach"],
      "examples": [
        "Draft a follow-up email to the leads I created this week.",
        "Check what's on my calendar today and remind me about the most important meeting."
      ]
    },
    {
      "id": "records",
      "name": "Read and write CRM records",
      "description": "List modules and fields, search, and create/read/update/delete records in any module.",
      "tags": ["crm", "records", "search"],
      "examples": [
        "List my contacts created this month.",
        "Create a deal for Acme Corp worth $20k."
      ]
    },
    {
      "id": "outreach",
      "name": "Manage outreach content",
      "description": "List, draft, and update blog articles, LinkedIn posts, and emails.",
      "tags": ["outreach", "content", "marketing"],
      "examples": ["Draft a LinkedIn post about our new Sites feature."]
    }
  ]
}
