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

# Connect Your AgentOS

> Connect an AgentOS runtime to the Control Plane to manage and monitor it from one web interface.

Connect local, staging, and production AgentOS runtimes to the Control Plane. Test registered components, inspect sessions and traces, and manage runtime data from the same interface.

The Control Plane connects directly from your browser to the runtime endpoint.

1. Open [os.agno.com](https://os.agno.com) and sign in
2. Click **Add new OS**

<Frame>
  <video autoPlay muted loop playsInline controls style={{ borderRadius: "0.5rem", width: "100%", height: "auto" }}>
    <source src="https://mintcdn.com/phidatainc/Ia57vBtUe7SQzxBl/videos/agent-os-connect-os.mp4?fit=max&auto=format&n=Ia57vBtUe7SQzxBl&q=85&s=56ba67d7e1c6f3cabeba9aeba079565c" type="video/mp4" data-path="videos/agent-os-connect-os.mp4" />
  </video>
</Frame>

## Configure the connection

| Field            | Description                                              |
| ---------------- | -------------------------------------------------------- |
| **Environment**  | Local (`http://localhost:7777`) or Live (your HTTPS URL) |
| **Endpoint URL** | Where your AgentOS is running                            |
| **OS Name**      | A descriptive name, e.g. "Development OS"                |
| **Tags**         | Optional. Organize with labels like `dev`, `stg`, `prd`  |

Click **CONNECT**. If successful, your runtime appears in the dashboard.

## Verify the connection

| Indicator    | Expected                                                       |
| ------------ | -------------------------------------------------------------- |
| Status       | The runtime shows as running                                   |
| Components   | Registered agents, teams, and workflows appear                 |
| Runtime data | Sessions, memory, knowledge, and traces appear when configured |
