{
  "schema_version": "1.0",
  "name": "Tanzanite",
  "description": "AI agent platform for orchestrating autonomous coding and task agents.",
  "url": "https://tanzanite.dev",
  "documentation": "https://docs.tanzanite.dev",
  "contact": "support@tanzanite.dev",
  "capabilities": [
    "agent-sessions",
    "human-in-the-loop",
    "code-execution",
    "workflows",
    "schedules"
  ],
  "interfaces": [
    {
      "type": "rest",
      "spec": "https://docs.tanzanite.dev/openapi.json",
      "base_url": "https://api.tanzanite.dev"
    },
    {
      "type": "mcp",
      "descriptor": "https://docs.tanzanite.dev/.well-known/mcp.json"
    },
    {
      "type": "sdk",
      "package": "@tanzanite/sdk",
      "registry": "npm"
    }
  ],
  "onboarding": {
    "signup": "https://api.tanzanite.dev/api/auth/signup",
    "authentication": "https://docs.tanzanite.dev/connecting/authentication/"
  }
}
