{
  "protocolVersion": "0.2.0",
  "name": "Tanzanite",
  "description": "AI agent platform that orchestrates autonomous agents to plan, call tools, execute code, and complete multi-step work.",
  "url": "https://api.tanzanite.dev/a2a",
  "documentationUrl": "https://docs.tanzanite.dev",
  "provider": {
    "organization": "Tanzanite",
    "url": "https://tanzanite.dev"
  },
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Tanzanite API key as a Bearer token."
    }
  },
  "security": [{ "bearer": [] }],
  "skills": [
    {
      "id": "run-agent-session",
      "name": "Run an agent session",
      "description": "Create an autonomous agent session toward a goal, follow its work, and respond to human-input requests.",
      "tags": ["agent", "automation", "code", "tasks"],
      "examples": [
        "Design a challenging game level for scene_main",
        "Refactor the auth module and run the tests"
      ]
    }
  ]
}
