Back to orochi

Card snapshot

scitex.ai · 2026-05-22 16:21:10 UTC · e3acf2f59c4f9efd331955268da74e4b22c097b127e94d93bc25e7bc144bdb1c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "orochi",
  "description": "Orochi Multi-Agent Fleet \u2014 self-hosted Claude Code agents.",
  "version": "scitex-orochi/1",
  "url": "https://scitex.ai",
  "provider": {
    "organization": "orochi",
    "url": "https://scitex.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "orochi.fleet",
      "name": "fleet",
      "description": "Multi-agent fleet \u2014 see /v1/agents/ for members.",
      "tags": [
        "multi-agent",
        "claude-code",
        "scitex-orochi"
      ]
    }
  ],
  "x-orochi": {
    "agents_index_url": "https://scitex.ai/v1/agents/",
    "members": [],
    "identity_provider": "https://git.scitex.ai",
    "runtime_hub": "https://scitex-orochi.com"
  }
}