v1

latestOpenAPI 3.0.3MIT2026-07-1713846.6 KB
Discovery

API Index

Discovery endpoint with all available endpoints, capabilities, and metadata. This is the recommended starting point for API consumers - it provides a complete map of all endpoints, valid intervals (day/week/month/lifetime), character system tiers and classes, and available focus areas. Useful for building tools that need to dynamically discover API capabilities.

get/api/index.json

Response

API discovery metadata with all available endpoints and capabilities

versionstring required
baseUrlstring uri required
documentationstring uri required
openapistring uri required

Example response

{
  "version": "1.0",
  "baseUrl": "https://elizaos.github.io",
  "documentation": "https://elizaos.github.io/api",
  "openapi": "https://elizaos.github.io/openapi.json",
  "capabilities": {
    "intervals": [
      "day",
      "week",
      "month",
      "lifetime"
    ]
  }
}
All 13 operations