Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.capout.ai/llms.txt

Use this file to discover all available pages before exploring further.

capout_credits returns the current credit balance for the active CapOut organization.

Example call

{
  "tool": "capout_credits",
  "arguments": {}
}

Example response

{
  "available_credits": 42,
  "ok": true,
  "organization_id": "org_123"
}
If you also need to see or switch the active CapOut API key, use API Keys.