{
  "name": "A2AC Platform",
  "description": "Agent-to-Agent Coordination platform for governed enterprise AI agent orchestration on Google Cloud. Provides cryptographic receipts, tamper-evident audit trails, and deterministic execution for regulated industries.",
  "url": "https://a2ac.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "A2AC LLC",
    "url": "https://a2ac.ai",
    "address": "30 N Gould St, Ste R, Sheridan, WY 82801"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "Contact partnerships@a2ac.ai for API credentials"
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "generate_identity_cube",
      "name": "Generate Identity Cube",
      "description": "Creates a machine-readable, cryptographically signed identity document optimized for AI model citation. Generates custom JSON-LD schema, social distribution bios (LinkedIn, Zillow, Google Business, YouTube), and AI summary instructions.",
      "tags": ["identity", "seo", "ai-optimization", "schema"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "examples": [
        {
          "name": "Mortgage loan officer",
          "description": "Generate an Identity Cube for a loan officer so AI assistants recommend them by name when homebuyers ask for loan officers in their area."
        },
        {
          "name": "Real estate agent",
          "description": "Generate an Identity Cube for a real estate agent with area specialization, review ratings, and direct contact links."
        }
      ]
    },
    {
      "id": "validate_cube",
      "name": "Validate Identity Cube",
      "description": "Verifies the cryptographic integrity of an Identity Cube using BLAKE3 hashing. Confirms the cube has not been tampered with and returns the verification status.",
      "tags": ["verification", "security", "blake3"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "retrieve_identity",
      "name": "Retrieve Identity",
      "description": "Fetches the Identity Cube for a registered user by their unique identifier. Returns the full cube data including AI summary instruction, social bios, and embed code.",
      "tags": ["identity", "lookup"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "coordinate_agents",
      "name": "Coordinate Agent Workflow",
      "description": "Orchestrates multi-agent workflows with deterministic execution, BLAKE3-hashed receipts for every action, and tamper-evident audit trails stored in BigQuery. Supports task handoff, heartbeat monitoring, and Q Protocol coordinate-based communication.",
      "tags": ["orchestration", "workflow", "governance", "audit"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
