Agent quickstart guide (markdown)
Agent Sandbox
Agent Quickstart
Fetch the zero-to-delivered-order agent quickstart as plain markdown, served for agents to execute rather than read.
GET
Agent quickstart guide (markdown)
Returns the agent quickstart as plain markdown (
Unlike this documentation site, the quickstart is written to be executed by an agent: every step is a concrete request, and every response points at the next step. It covers minting a key, placing a sandbox order, watching the lifecycle, rehearsing each failure mode, and going live — in about two minutes end to end.
Zinc also serves a discovery file at
text/markdown). No authentication required.
/llms.txt that links the quickstart, the mint endpoint, and the OpenAPI spec.Response
200 - text/markdown; charset=utf-8
The agent quickstart as plain markdown: mint a key, place a sandbox order, watch the lifecycle, rehearse each failure mode, go live.
The response is of type string.

