# ODEI # https://api.odei.ai ODEI is infrastructure for building personal agents. Canonical discovery documents: - https://api.odei.ai/.well-known/agent.json - https://api.odei.ai/.well-known/ai-plugin.json - https://api.odei.ai/.well-known/x402.json - https://api.odei.ai/.well-known/x402-metadata.json - https://api.odei.ai/llms.txt - https://api.odei.ai/skill.md - https://api.odei.ai/agents.txt Public HTTP endpoints: - GET /health - GET /openapi.json - GET /api/worldmodel/live - GET /api/worldmodel/public-projection - GET /api/intake/stats Authenticated API v2 endpoints: - GET /api/v2/world-model/live - POST /api/v2/world-model/query - POST /api/v2/guardrail/check - POST /api/v2/world-model/signal - POST /api/v2/knowledge-graph/build - POST /api/v2/memory/design Auth: - Authorization: Bearer - X-Api-Key: Commercial rails: - x402 manifest: https://api.odei.ai/.well-known/x402.json - Virtuals ACP: https://app.virtuals.io/acp/agent-details/3082 - ERC-8004 Base: Agent #2065 - ERC-8004 BSC: Agent #5249 Operational note: - Public discovery on api.odei.ai is REST-first. - Do not assume legacy AgentSwaps manifests, domains, or token metadata apply. - Do not assume a public remote MCP contract unless it is published explicitly in discovery docs.