For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Service

API service configuration options

PORT=1234

API service port

PAGE_ITEMS_LIMIT=10

Default number of items to serve for runs feed

APOLLO_PLAYGROUND=false

Enable or disable Apollo playground landing page

BASE_PATH="/graphql"

Service's base path, useful for reverse proxies

MongoDB Connection Settings

Refer to MongoDB Configuration.

Last updated