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

# Workspace settings

> Your company profile, invite code, shareable link, and plan.

Open **Settings** in the left menu. It includes **General Workspace Profile**,
**Phone Numbers & Telephony**, **Web Embed**, and **Developer API**.

## Web Embed

Every Pro plan workspace can place AI voice agents directly onto company websites using a public widget key (`tvk_pk_…`).

* Add **1 entry per website domain** (e.g. `https://www.acme.com`) to authorize it on your workspace allowlist.
* Select a **Default Fallback Agent** for each domain.
* To embed **multiple different agents** on the same website (e.g., Sales on `/sales` and Support on `/support`), pass their agent ID in `data-agent-id="AGENT_UUID"` in your HTML script tags.
* The public widget key is safe for frontend HTML and can be copied or regenerated anytime.

This is **not** the secret Developer API key. The secret key starts phone calls from a server. The public widget key only starts in-browser voice on the mapped websites. Full guide: [Website embed](/embed/introduction).

## Developer API & Webhooks

The **Developer API** tab lets Pro plan workspaces generate workspace REST API keys and configure call webhooks.

| Setting               | What it is                                                                                               |
| --------------------- | -------------------------------------------------------------------------------------------------------- |
| **Workspace API key** | Bearer token for server-side `POST /api/outbound-call`.                                                  |
| **Call webhook**      | HTTPS URL that receives post-call events (`call.completed`, etc.). See [Webhooks](/developers/webhooks). |

## General Workspace Profile

| Setting                                | What it is                                            |
| -------------------------------------- | ----------------------------------------------------- |
| **Company / Organization Name**        | Your business name, used by bots on calls             |
| **Workspace Slug**                     | The short name in your web address, e.g. `acmeclinic` |
| **Workspace Access PIN / Invite Code** | The code your team types to get in                    |
| **Subscription Tier**                  | Your current plan                                     |
| **Workspace Public URL**               | The direct link to share with your team               |

<Warning>
  Anyone with the link **and** the invite code can use your workspace, including making real
  calls. Share them only with people you trust, and treat the code like a password.
</Warning>

## Plans & Upgrading

New workspaces start on the **Trial Plan**, which uses a shared sandbox phone line.

Click **Upgrade to Pro** in the left sidebar to choose your dedicated virtual phone line, upload your business KYC documents, and unlock unlimited 24/7 AI inbound answering and custom outbound caller IDs.

See the complete step-by-step [Upgrade to Pro Guide](/user-guide/upgrade-to-pro).

## Phone Numbers & Telephony

Covered in detail in [Phone numbers](/user-guide/phone-numbers).

## Developer API

Each workspace can have **one** API key and **one** call webhook URL. The key is issued by Trikon; it is not created from an empty Settings screen.

| Setting               | What it is                                                                                         |
| --------------------- | -------------------------------------------------------------------------------------------------- |
| **Workspace API key** | Bearer token for `POST /api/outbound-call`. Shown as a prefix; regenerate to receive a new secret. |
| **Call webhook**      | HTTPS URL that receives post-call events. See [Webhooks](/developers/webhooks).                    |

## Frequently asked

<AccordionGroup>
  <Accordion title="Can I change my company name?">
    Yes — edit it here. Your web address (the slug) stays the same, so existing links keep
    working.
  </Accordion>

  <Accordion title="I lost my invite code">
    Any signed-in team member can read it on this screen. If nobody can get in, contact
    your Trikon Voice administrator.
  </Accordion>

  <Accordion title="Can I have separate logins per person?">
    Not today. Access is by workspace link plus invite code.
  </Accordion>
</AccordionGroup>
