{
  "name": "Exogram",
  "description": "Truth Protocol — execution governance and verified knowledge for AI agents. Store facts with conflict detection, PII scrubbing, and AES-256-GCM encryption. Evaluate agent actions against deterministic policy gates. Zero false negatives.",
  "url": "https://api.exogram.ai",
  "version": "2.1.2",
  "provider": {
    "organization": "Exogram Inc.",
    "url": "https://exogram.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "store-record",
      "name": "Store Verified Record",
      "description": "Commit a fact to the truth vault with conflict detection, PII scrubbing, and encryption.",
      "tags": ["governance", "storage", "facts"],
      "examples": [
        "Store this fact: The company uses PostgreSQL for the production database.",
        "Record that our API rate limit is 1000 requests per minute."
      ]
    },
    {
      "id": "search-vault",
      "name": "Search Truth Vault",
      "description": "Semantic search across verified facts and knowledge.",
      "tags": ["search", "recall", "knowledge"],
      "examples": [
        "What do you know about my tech stack?",
        "Search for any facts about database configuration."
      ]
    },
    {
      "id": "check-claim",
      "name": "Check Claim Conflicts",
      "description": "Verify if a claim conflicts with existing verified records.",
      "tags": ["verification", "conflict-detection"],
      "examples": [
        "Check if this conflicts: We migrated to MySQL last month.",
        "Does this contradict anything: The API uses GraphQL."
      ]
    },
    {
      "id": "evaluate-action",
      "name": "Evaluate Action Admissibility",
      "description": "Evaluate whether a proposed action is permitted under governance policy.",
      "tags": ["governance", "policy", "security"],
      "examples": [
        "Can this agent send emails to external users?",
        "Is deploying to production allowed right now?"
      ]
    }
  ],
  "authentication": {
    "schemes": ["Bearer"],
    "credentials": "API key from https://exogram.ai/dashboard/api"
  },
  "protocols": {
    "mcp": {
      "endpoint": "https://api.exogram.ai/mcp",
      "transport": "streamable-http"
    },
    "rest": {
      "baseUrl": "https://api.exogram.ai/v2",
      "documentation": "https://exogram.ai/developers"
    },
    "a2a": {
      "agentCard": "https://exogram.ai/.well-known/agent.json"
    }
  }
}
