Integrations

Agent onboarding

Point an agent at /v1/llms.txt to wire up Spoof on its own.

Spoof publishes a plain-text onboarding document at a public, unauthenticated endpoint:

GEThttps://api.spoofzone.com/v1/llms.txt

It contains everything an LLM or agent needs to integrate without hand-holding: the base URL, how to get a key, the auth header, the supported endpoints with examples, the live model list, and the funding flow.

Use it

Fetch it directly:

curl https://api.spoofzone.com/v1/llms.txt
bash · 1 lines

Or give an agent the URL and let it read the page and wire itself up. Because the model and endpoint lists are generated from live configuration, an agent always gets the current surface.

Agent onboarding | Spoof