The request’s workspace
The API key resolves to a workspace on each request (see Authentication about single and multi-workspace keys). To inspect which workspace was resolved, with plan, role, and member count:How credits are consumed
Credits belong to the workspace
The balance belongs to the workspace the request resolves to, not to the key itself. A multi-workspace key consumes from the workspace chosen by the
X-Workspace-Id header.Charging happens on submission
Credits are debited the moment you call
POST /clips. Analyzing with POST /clips/info costs nothing and shows the credits_cost before you commit.