Connect to a Teleport server
teleport_connectStart a connection to a Teleport server and obtain its ID. Check connection status until it shows CONNECTED.
Instructions
Open a connection to a Teleport server and return its id. The attempt is ASYNCHRONOUS: this returns as soon as it is initiated, not when it succeeds. Poll teleport_connection_status until state is CONNECTED. The connection outlives this conversation — it is still there in a later session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | host or host:port, e.g. 127.0.0.1:8080. "teleport://" is added if no scheme is given. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes |