Skip to content
Merged
Show file tree
Hide file tree
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
70 changes: 0 additions & 70 deletions docs/ai-coder/agents/early-access.md

This file was deleted.

18 changes: 8 additions & 10 deletions docs/ai-coder/agents/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ This guide walks platform teams and administrators through setting up Coder
Agents, preparing your deployment, and running your first Coder Agent.

> [!NOTE]
> Coder Agents is in [Early Access](./early-access.md). Deploy to a
> **test or development environment** — not production — while evaluating
> the feature.
> Coder Agents is in Beta. APIs, behavior, and configuration may change
> between releases without notice; pin a release before broad rollout.

## Prerequisites

Expand Down Expand Up @@ -129,13 +128,12 @@ credential scoping, and pre-installing dependencies.

## Things to know before you start

### Deploy to a non-production environment
### Plan for change between releases

Coder Agents is under active development. APIs, behavior, and configuration
may change between releases without notice. Run your evaluation on a
dedicated test or staging deployment to avoid disruption to production
developer workflows. See [Early Access](./early-access.md) for the full
set of expectations and limitations.
Coder Agents is under active development. APIs, behavior, and
configuration may change between releases without notice. Pin a
specific release before broad rollout and review the release notes
before upgrading so changes do not surprise developers in production.

### Use HTTPS for push notifications

Expand Down Expand Up @@ -285,7 +283,7 @@ Good feedback includes:
- **Context** — screenshots, `chat_id` values, or links to the Agents page help
the team investigate quickly.

Your input directly influences product direction during Early Access.
Your input directly influences product direction during Beta.

## Next steps

Expand Down
5 changes: 2 additions & 3 deletions docs/ai-coder/agents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,5 @@ Coder Agents is a new approach that differs from

## Product status

Coder Agents is in Early Access. The feature is under active development and
available for evaluation. See [Early Access](./early-access.md) for
enablement instructions and program details.
Coder Agents is in Beta. The feature is under active development and
available for evaluation.
34 changes: 14 additions & 20 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,93 +1208,87 @@
"title": "Coder Agents",
"description": "Self-hosted agent by Coder",
"path": "./ai-coder/agents/index.md",
"state": ["early access"],
"state": ["beta"],
"children": [
{
"title": "Getting Started",
"description": "Enable Coder Agents, prepare your deployment, and run your first Coder Agent",
"path": "./ai-coder/agents/getting-started.md",
"state": ["early access"]
},
{
"title": "Early Access",
"description": "About the Coder Agents Early Access program",
"path": "./ai-coder/agents/early-access.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Architecture",
"description": "How the agent in the control plane communicates with workspaces",
"path": "./ai-coder/agents/architecture.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Models",
"description": "Configure LLM providers and models for Coder Agents",
"path": "./ai-coder/agents/models.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Platform Controls",
"description": "How platform teams control agent behavior, models, and policies",
"path": "./ai-coder/agents/platform-controls/index.md",
"state": ["early access"],
"state": ["beta"],
"children": [
{
"title": "Template Optimization",
"description": "Best practices for creating templates that are discoverable and useful to Coder Agents",
"path": "./ai-coder/agents/platform-controls/template-optimization.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "MCP Servers",
"description": "Configure external MCP servers that provide additional tools for agent chat sessions",
"path": "./ai-coder/agents/platform-controls/mcp-servers.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Spend Management",
"description": "Spend limits and cost tracking for Coder Agents",
"path": "./ai-coder/agents/platform-controls/usage-insights.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Git Providers",
"description": "Git provider configuration for the diff viewer and PR Insights",
"path": "./ai-coder/agents/platform-controls/git-providers.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "PR Insights",
"description": "Pull request analytics for Coder Agents",
"path": "./ai-coder/agents/platform-controls/pr-insights.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Data Retention",
"description": "Automatic cleanup of old conversation data",
"path": "./ai-coder/agents/platform-controls/chat-retention.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Auto-Archive",
"description": "Automatic archiving of inactive conversations",
"path": "./ai-coder/agents/platform-controls/chat-auto-archive.md",
"state": ["early access"]
"state": ["beta"]
}
]
},
{
"title": "Extending Agents",
"description": "Add custom skills and MCP tools to agent workspaces",
"path": "./ai-coder/agents/extending-agents.md",
"state": ["early access"]
"state": ["beta"]
},
{
"title": "Chats API",
"description": "Programmatic access to Coder Agents via the Chats API",
"path": "./ai-coder/agents/chats-api.md",
"state": ["early access"]
"state": ["beta"]
}
]
}
Expand Down
Loading