> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

With our Agents API, you can fetch the agents configured in your workspace.

This API is uncharged — requests do not consume credits.

## Agent status

Each agent has a derived `status`:

* `DRAFT` — not yet activated
* `ACTIVE` — running
* `PAUSED` — temporarily stopped
* `ARCHIVED` — archived

Only active (non-archived) agents are returned by the
[overview](/api-reference/v2/agents/overview) endpoint.

## Identifiers

Agent IDs (`agentId`) are obfuscated.

## Authorization

The Public API token is team-scoped. Only agents that belong to your team are returned.
