{
  "$schema": "https://a2aproject.dev/schemas/agent-card.json",
  "schemaVersion": "0.2.0",
  "name": "Nerve",
  "description": "Nerve is the stateful AI operations layer by PNMP Innovations. Connect your AI tools to organizational intelligence — agent standups, daily briefings, company DNA, deal pipeline, and smart actions.",
  "url": "https://getnerve.ai",
  "provider": {
    "organization": "PNMP Innovations, LLC",
    "url": "https://getnerve.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://getnerve.ai/developers",
  "termsOfServiceUrl": "https://getnerve.ai/terms",
  "privacyPolicyUrl": "https://getnerve.ai/privacy",
  "contact": {
    "name": "Patrick Hillstrom",
    "email": "patrick.hillstrom@pnmp-innovations.com",
    "url": "https://getnerve.ai/developers"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true,
    "toolUse": true,
    "multiTurn": true
  },
  "defaultInputModes": ["text", "application/json"],
  "defaultOutputModes": ["text", "application/json"],
  "authentication": {
    "schemes": ["Bearer", "OAuth2"],
    "oauth2": {
      "authorizationUrl": "https://getnerve.ai/oauth/authorize",
      "tokenUrl": "https://getnerve.ai/oauth/token",
      "registrationUrl": "https://getnerve.ai/oauth/register",
      "scopes": {
        "read": "Read organizational intelligence (briefings, pipeline, DNA)",
        "write": "Create and modify actions, standups, and insights",
        "admin": "Org-level administrative operations"
      }
    }
  },
  "endpoints": {
    "mcp": "https://getnerve.ai/mcp",
    "openapi": "https://getnerve.ai/openapi.json",
    "graphql": "https://getnerve.ai/api/graphql"
  },
  "skills": [
    {
      "id": "agent-standup",
      "name": "Agent Standup",
      "description": "Daily cross-domain standup briefing aggregating email, calendar, Slack, pipeline, and open action items.",
      "tags": ["briefing", "standup", "ops"],
      "examples": ["What's on my plate today?", "Give me my standup briefing"]
    },
    {
      "id": "briefing",
      "name": "Daily Briefing",
      "description": "Personalized, source-grounded morning briefing with top-of-mind items and recommended actions.",
      "tags": ["briefing", "personal"],
      "examples": ["Run my morning briefing", "What changed overnight?"]
    },
    {
      "id": "b2b-pipeline",
      "name": "B2B Pipeline",
      "description": "Query the current B2B deal pipeline, deal stages, and next actions.",
      "tags": ["pipeline", "sales", "crm"],
      "examples": ["What's in the B2B pipeline?", "Show me active deals"]
    },
    {
      "id": "vc-pipeline",
      "name": "VC / Fundraising Pipeline",
      "description": "Query investor conversations, round status, and fundraising next steps.",
      "tags": ["pipeline", "fundraising"],
      "examples": ["What investors should I follow up with this week?"]
    },
    {
      "id": "company-dna",
      "name": "Company DNA",
      "description": "Read the organization's intelligence layer — positioning, values, voice, and key facts.",
      "tags": ["context", "brand"],
      "examples": ["What is Nerve's positioning?"]
    },
    {
      "id": "find-time",
      "name": "Find Time",
      "description": "Propose meeting times across connected calendars with conflict awareness.",
      "tags": ["calendar", "scheduling"],
      "examples": ["Find 30 minutes with Ali this week"]
    },
    {
      "id": "create-handoff",
      "name": "Create Handoff",
      "description": "Generate a structured handoff or status update for a contact or deal.",
      "tags": ["workflow", "writing"],
      "examples": ["Draft a handoff email for the CRS deal"]
    }
  ]
}
