MountainSwitch

Developers

Agents & llms.txt

SHARED-PATTERN RESOURCE

Agents & llms.txt

Use this page as a quick reference before your agent fetches /llms.txt or /openapi.json.

1. Open llms.txt

Start with /llms.txt . The /developers/llms-txt/ URL is available as a convenience redirect.

https://staging.mountainswitch.co/developers/llms-txt/
GET https://api-staging.mountainswitch.co/llms.txt

2. Keep the call order destination-first

Use the same order as the main API docs: list destinations first, ask for destination access second, use route summary for one road, and use conditions or health only when you need more detail.

1. GET https://api-staging.mountainswitch.co/v1/destinations
2. GET https://api-staging.mountainswitch.co/v1/destinations/:destination/access
3. Optional GET https://api-staging.mountainswitch.co/v1/routes/:route/summary
4. GET https://api-staging.mountainswitch.co/v1/conditions
5. GET https://api-staging.mountainswitch.co/v1/health when you need source status

3. API assets

Use /llms.txt for the compact reference and /openapi.json for the full schema.

GET https://api-staging.mountainswitch.co/llms.txt
GET https://api-staging.mountainswitch.co/openapi.json