Skip to content

AI Discovery endpoints return 404 (ai-manifest.json, tools.json, context.json, workflows.json) #30

Description

@alien8d

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions