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

# Management & Access

> Understand the access and management model for LiveKit on Telnyx — what you control as the developer and what Telnyx manages on the underlying platform.

## Access model

All platform interaction is through the `lk` CLI and the [Telnyx Portal](https://portal.telnyx.com). There is no direct access to underlying infrastructure (no kubectl, no SSH).

## What Telnyx manages

* LiveKit SFU (media server)
* SIP service (built-in telephony)
* Agent container runtime and orchestration
* Autoscaling
* TLS/SSL termination and load balancing
* Health checks and rolling deploys

## What you control

| Capability                | How                                                     |
| ------------------------- | ------------------------------------------------------- |
| Agent code and Dockerfile | `lk agent deploy .`                                     |
| Secrets                   | `lk agent deploy --secrets` / `lk agent update-secrets` |
| Rollback                  | `lk agent rollback`                                     |
| Logs                      | `lk agent logs`                                         |
| Phone numbers             | Telnyx Portal                                           |
| SIP connections           | Telnyx Portal                                           |
| Model selection           | Telnyx plugin or BYOK                                   |

## Current limitations

* No volume mounts or persistent storage
* No custom networking or network policies
* No privileged containers
* No custom domains
* No direct database access — use external services with secrets

See [Compatibility](/docs/livekit/compatibility) for the full list of supported and unsupported features.
