# Frontline Public API Public API for accessing agents, flows, and analytics. Version: 1.0.0 License: Proprietary ## Servers ``` https://prod-api.getfrontline.ai ``` ## Security ### bearerAuth Type: http Scheme: bearer Bearer Format: API Key ## Download OpenAPI description [Frontline Public API](https://docs.getfrontline.ai/_bundle/openapi.yaml) ## Agents Manage and view AI agent data. ### List all agents - [GET /public/v1/agents](https://docs.getfrontline.ai/openapi/agents/listagents.md): Returns a list of agents associated with the account. ### Get agent analytics - [GET /public/v1/agents/{agentId}/analytics](https://docs.getfrontline.ai/openapi/agents/getagentanalytics.md): Returns credit usage and conversation counts for a specific agent. ## Flows Access flows associated with agents. ### List flows for an agent - [GET /public/v1/agents/{agentId}/flows](https://docs.getfrontline.ai/openapi/flows/listagentflows.md): Returns a list of flows associated with a specific agent. Nodes and logic are excluded. ## Workflows Track and analyze account-wide workflows. ### List all workflows - [GET /public/v1/workflows](https://docs.getfrontline.ai/openapi/workflows/listworkflows.md): Returns a list of workflows associated with the account. Nodes and logic are excluded. ### Get workflow analytics - [GET /public/v1/workflows/{workflowId}/analytics](https://docs.getfrontline.ai/openapi/workflows/getworkflowanalytics.md): Returns analytics for a specific workflow, including runs by date and summary.