1
Mint a service-account key
In the dashboard, go to Agent Access → API Keys and create a key with the scopes you need
(start with
store:write, catalog:write, analytics:read). The plaintext key
(sq_agt_…) is shown once — copy it now.Or mint one over the API as an admin (user JWT or an agent:admin key):2
Confirm who you are
3
Build a store from a brief (async)
4
Wait for the job and read the result
You authenticated, kicked off an async build, and read the result. Everything else follows this
same shape — see Core concepts.
What to read next
Authentication
Keys, headers, JWT.
Scopes
What each key can do.
Jobs
The async model.
OpenClaw MCP
Drive it from an agent.