Summary
The AI discovery endpoints documented in the SDK types all return 404:
curl -s https://api.cerebe.ai/.well-known/ai-manifest.json -H "X-API-Key: $CEREBE_API_KEY" # 404
curl -s https://api.cerebe.ai/ai/tools.json -H "X-API-Key: $CEREBE_API_KEY" # 404
curl -s https://api.cerebe.ai/ai/context.json -H "X-API-Key: $CEREBE_API_KEY" # 404
curl -s https://api.cerebe.ai/ai/workflows.json -H "X-API-Key: $CEREBE_API_KEY" # 404
These endpoint types exist in the generated SDK types (types.gen.ts) but the routes are not deployed.
Priority
Low — these are supplementary discovery endpoints, not core functionality.
Summary
The AI discovery endpoints documented in the SDK types all return 404:
These endpoint types exist in the generated SDK types (
types.gen.ts) but the routes are not deployed.Priority
Low — these are supplementary discovery endpoints, not core functionality.