GlyphfieldDocs
Reference

Endpoint reference

Public machine routes for discovery, identities, elements, generation, search, and OpenAPI.

Discovery

MethodRouteResponse
GET/llms.txtPlain-text agent runbook
GET/api/agentVersioned manifest and generation contract
GET/openapi.jsonOpenAPI 3.1 JSON
GET/api/catalogStudio tool catalog and resource links
GET/api/identitiesStarter and GT identity records
GET/api/elements66 brand element records
GET/api/generateCurrent generation contract and examples

Generation

MethodRouteContent type
POST/api/generateRequest: application/json; response: JSON or image/svg+xml
OPTIONS/api/generateCORS preflight

Generation supports template, background, and element-brief kinds.

MethodRoutePurpose
GET/api/searchSelf-hosted Fumadocs/Orama documentation search

Search is used by the documentation UI and is separate from Studio tool search.

Caching

Discovery GET routes are publicly cacheable for a short period. Generation responses use Cache-Control: no-store.

CORS

Agent routes expose:

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type, Accept

The current routes do not require an API key.

On this page