Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/ai-coder/agent-relay/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ Agent Relay is not:

Agent Relay is in [early access](../../install/releases/feature-stages.md#early-access-features) and is in closed preview with select customers.

The daemon is distributed as a public container image and Helm chart:

- Image: `ghcr.io/coder/agent-relay`, tagged `X.Y.Z`, `X.Y`, and `latest` for each release.
- Helm chart: `oci://ghcr.io/coder/chart/coder-agent-relay`, versioned to match the image it deploys.

Configuring a relay requires a provider credential and a compatible template, so talk to your account team before you deploy it.

## Supported providers

[Cursor](./cursor.md) is the first provider Agent Relay supports.
Expand Down
Loading