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

# Introduction

> Voxfra's Management API for voice intelligence infrastructure

## What is Voxfra?

Voxfra is B2B voice intelligence infrastructure. We currently handle webhook ingestion from Vapi, normalize the data, and make it available through a structured API to your dashboards and integrations. Additional provider integrations are reviewed based on customer demand.

## The Management API

The Management API is a REST API intended for **partner and tenant integrations** — third-party dashboards, CRM connectors, provisioning workflows, and analytics pipelines.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    How to get and use API keys
  </Card>

  <Card title="Clients" icon="building" href="/api-reference/clients/list">
    List and provision clients within your org
  </Card>

  <Card title="Calls" icon="phone" href="/api-reference/calls/list">
    Access call records and transcripts
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/errors">
    Error shapes and status codes
  </Card>
</CardGroup>

## Base URL

```
https://mgmt-api.voxfra.com
```

All endpoints are versioned under `/v1/`. The health endpoint at `/health` has no version prefix.
