Skip to content

Frontline Public API (1.0.0)

Public API for accessing agents, flows, and analytics.

Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://docs.getfrontline.ai/_mock/openapi
https://prod-api.getfrontline.ai

View and manage your AI agents across your account

Operations

View and manage flows associated with your agents

Operations

View and manage your workflows across your account

Operations

View billing plan details, credits, and renewal information

Operations

Request

Returns billing plan information including plan name, credits per month, credits used, and subscription renewal date.

Security
bearerAuth
curl -i -X GET \
  https://docs.getfrontline.ai/_mock/openapi/public/v1/billing \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Billing plan details

Bodyapplication/json
planNamestring or nullrequired
Example: "Professional"
creditsPerMonthnumber or nullrequired
Example: 5000
creditsUsednumberrequired
Example: 1250.5
subscriptionRenewsstring or nullrequired
Example: "2026-03-25T00:00:00Z"
Response
application/json
{ "planName": "Professional", "creditsPerMonth": 5000, "creditsUsed": 1250.5, "subscriptionRenews": "2026-03-25T00:00:00Z" }