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

# Voice Agents

> Deploy autonomous voice agents for interactive experiences.

# Voice Agents

`GET /api/v1/agents`

Voice Agents enable autonomous, real-time voice interaction within your applications. Agents handle conversation flow, voice synthesis, and response generation without manual scripting of every turn.

**Credit rate:** 60 credits per minute of agent session

## Use cases

* Interactive voice response systems
* Conversational onboarding and guided experiences
* Voice-driven product interfaces
* Accessibility-first application layers
* Automated production workflows

## Requirements

Voice Agent access requires an API Pro or Enterprise workspace. Contact your account team to enable agent sessions on your workspace.

## Session flow

1. Your application initiates a session via the `/api/v1/agents` endpoint
2. The agent receives user audio input and processes the turn
3. The agent returns synthesized audio and an optional transcript
4. The session continues until your application terminates it or the session timeout is reached

## Endpoint

```bash theme={null}
GET https://www.voicelab360.com/api/v1/agents
```

Full session initiation parameters, turn management, and configuration options are available to API Pro and Enterprise workspaces in the API Workspace dashboard.

## Learn more

Explore Voice Agents on the platform at [voicelab360.com/agents](https://www.voicelab360.com/agents).
