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

# Welcome

> The Selcor Partner API provides programmatic access to Voice and Relay products for healthcare practices.

## Getting Started

The Selcor Partner API lets you manage workspaces, locations, voice agents, and browser automation through a RESTful interface.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests with Bearer tokens
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/errors">
    Understand error codes, response formats, and pagination
  </Card>
</CardGroup>

## Products

<CardGroup cols={2}>
  <Card title="Voice" icon="phone" href="/api-reference/voice/list-calls">
    AI-powered phone agents for healthcare practices. Manage calls, configure agents, and provision phone numbers.
  </Card>

  <Card title="Relay" icon="browser" href="/api-reference/relay/list-credentials">
    Browser automation powered by AI. Store credentials securely, execute instructions, and retrieve structured results.
  </Card>

  <Card title="Workspaces" icon="building" href="/api-reference/management/list-workspaces">
    Manage workspaces and organize your practice locations under a single tenant.
  </Card>

  <Card title="Locations" icon="location-dot" href="/api-reference/management/list-locations">
    Configure locations with operating hours, services, and staff.
  </Card>
</CardGroup>

## Base URL

```
https://api.selcor.ai/v1
```

## Quick Start

```bash theme={null}
curl https://api.selcor.ai/v1/workspaces \
  -H "Authorization: Bearer sk_live_..."
```
