Card snapshot
odei.ai
·
2026-06-13 06:06:15 UTC
·
a72a6a6d10634be037def9667f489fc1f05621b99acf55a0c895f134ebe9d601
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": "ODEI Root Discovery",
"description": "Root discovery manifest for ODEI. Use odei.ai for company and thesis context, api.odei.ai for public runtime and machine-readable API contracts, and app.odei.ai for authenticated operator onboarding.",
"url": "https://odei.ai",
"version": "2026-04-27",
"provider": {
"organization": "ODEI",
"url": "https://odei.ai",
"contact": "ai@odei.ai"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"none"
],
"notes": "The root discovery surface is public. Authenticated API and operator flows are delegated to api.odei.ai and app.odei.ai."
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/html",
"text/plain",
"application/json"
],
"skills": [
{
"id": "company-discovery",
"name": "Company Discovery",
"description": "Read the public ODEI company and thesis surface before summarizing the project.",
"tags": [
"company",
"discovery",
"public"
],
"examples": [
"What is ODEI?",
"Summarize the ODEI company surface."
]
},
{
"id": "agent-registration-handoff",
"name": "Agent Registration Handoff",
"description": "Use the canonical ODEI registration contract on api.odei.ai before guiding onboarding into app.odei.ai.",
"tags": [
"registration",
"handoff",
"agents"
],
"examples": [
"How should an assistant register a user for ODEI?",
"Open the canonical ODEI onboarding contract."
]
}
],
"endpoints": {
"homepage": "https://odei.ai/",
"company": "https://odei.ai/company/",
"llms_txt": "https://odei.ai/llms.txt",
"agents_txt": "https://odei.ai/agents.txt",
"company_txt": "https://odei.ai/company.txt",
"api_agent_manifest": "https://api.odei.ai/.well-known/agent.json",
"agent_registration_contract": "https://api.odei.ai/.well-known/odei-agent-registration.json",
"api_docs": "https://api.odei.ai/docs/",
"api_openapi": "https://api.odei.ai/openapi.json",
"app": "https://app.odei.ai/"
},
"extensions": {
"discovery": {
"canonicalApiAgentManifest": "https://api.odei.ai/.well-known/agent.json",
"agentRegistrationContract": "https://api.odei.ai/.well-known/odei-agent-registration.json",
"publicAnalysisContract": "https://api.odei.ai/.well-known/odei-public-contract.json"
},
"operatingRule": "Any assistant arriving on odei.ai should read this root manifest, then follow the canonical API registration contract before inventing onboarding or API flows."
}
}