Deployment & Configuration
Saturday runs two hostnames. This page says which is which, and lists the machine-readable endpoints an agent can fetch.The two hostnames
Requesting a docs path on
api.saturday.fit returns the API’s 404, not a page. GET https://api.saturday.fit/v1/ returns a discovery document whose documentation link points back here.
DNS
Cloudflare proxy stays disabled (DNS only, grey cloud) on the Mintlify CNAME. Mintlify terminates SSL and needs direct DNS resolution.
dig docs.saturday.fit CNAME should answer cname.mintlify-dns.com., https://docs.saturday.fit should load this site, and Mintlify issues the certificate on its own.
Deploying documentation updates
Mintlify deploys from Git. Push to thedocs repository’s default branch and the site rebuilds, typically in under a minute.
A rebuild can also be triggered by hand from dashboard.mintlify.com on the Saturday API project.
Machine-readable endpoints
llms.txt
llms-full.txt
MCP server
POST only; a GET answers 405. See MCP Integration for setup, and the Claude Connector for the hosted connector.
Site configuration
The site is configured bydocs.json at the root of the docs repository, against the Mintlify docs.json schema.