cllk_live_.
Get an API key
- Open the ClawLink dashboard.
- Go to Settings → API Keys.
- Create a key and copy it.
Send the key
Pass the key on every request using either of these headers:x-clawlink-api-key wins. Either form works on every endpoint in
this section.
Verify a key
GET /api/agent/whoami is the cheapest way to confirm a key is valid and see which
account it belongs to:
Unauthorized responses
A missing or invalid key returns401:
A key represents a single ClawLink user. All executions, file uploads, and flows run
against that user’s connected apps — there is no separate per-app token.
