Z ZAOstock Live Command
Guest modeRead only
OCT 03ELLSWORTH, ME

AGENT API / STANDARD CONNECTION

Connect your agent.

Issue a scoped credential, then run one terminal command. The agent runtime is your choice; Live Command only defines context, permissions, and proof requirements.

GET /api/v1/agents/contextBEARER AUTH · JSON
01

IDENTIFY

Name the connection

02

SCOPE

Choose an authority profile

No profile grants external publishing, critical schedule changes, or spending.
03

CONNECT

Issue and run

The token is displayed once. Put it in the agent's secret manager, then verify the connection from its terminal.

TERMINAL QUICKSTART

Connection preview

$env:ZAOSTOCK_TOKEN='<issued-token>'

Invoke-RestMethod -Headers @{ Authorization = "Bearer $env:ZAOSTOCK_TOKEN" } -Uri 'https://zaostock-live-command.pages.dev/api/v1/agents/context'

Issue a credential above to replace the placeholder token.