Welcome to the official documentation for the Frontline Public API. This API provides programmatic access to your assistants, automated flows, and performance analytics.
This documentation is designed to help you integrate Frontline's AI capabilities into your own applications. You can:
- List Agents: Retrieve details about your active AI agents.
- Manage Flows: Access the automated conversation paths associated with your Agents.
- Track Analytics: Monitor credit usage and conversation counts in real-time.
All requests to the Public API must be authenticated using an API Key. This key should be passed as a Bearer token in the Authorization header:
Authorization: Bearer <YOUR_API_KEY>You can manage and refresh your API keys within your Account Settings.