{
  "schema_version": "v1",
  "name": "Timepoint AI",
  "description": "Temporal causal AI platform. Query the Clockchain for structured temporal context. Render historical moments via Flash. Run multi-agent simulations via Pro. Every endpoint and MCP tool requires a credential \u2014 there is no anonymous read path.",
  "api": {
    "type": "openapi",
    "url": "https://api.timepointai.com/openapi.json",
    "is_user_authenticated": true
  },
  "mcp_server": "",
  "capabilities": {
    "flash_render": "Render grounded historical scenes from natural language queries",
    "pro_simulate": "Run multi-agent social simulations with 19 behavioral mechanisms",
    "clockchain_query": "Query temporal causal graph for verified causal relationships",
    "tdf_export": "Export structured temporal data in JSON-LD format"
  },
  "auth": {
    "type": "service_http",
    "authorization_type": "header",
    "instructions": "Clockchain REST accepts 'Authorization: Bearer <key>'. Every endpoint except /health requires it. Request access at https://timepointai.com/dev"
  },
  "contact_email": "api@timepointai.com",
  "legal_info_url": "https://timepointai.com/terms",
  "mcp": {
    "endpoint": "",
    "transport": "streamable-http",
    "auth_header": "X-API-Key"
  },
  "clockchain": {
    "base_url": "https://clockchain.timepointai.com",
    "openapi": "https://clockchain.timepointai.com/openapi.json (credential required)"
  },
  "documentation_url": "https://docs.timepointai.com"
}
