Skip to content

Commit 20b0cdf

Browse files
authored
Update Amp branding: AMP to Amp, remove Sourcegraph reference (#128) (#129)
Amp is now its own company, no longer under Sourcegraph. Update all prose references from uppercase AMP to title case Amp and remove Sourcegraph attribution.
1 parent 5e9d49f commit 20b0cdf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/agents/amp.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "AMP"
3-
description: "Run AMP in a secure E2B sandbox with full filesystem, terminal, and git access."
2+
title: "Amp"
3+
description: "Run Amp in a secure E2B sandbox with full filesystem, terminal, and git access."
44
icon: "/images/icons/amp.svg"
55
---
66

7-
[AMP](https://ampcode.com) is Sourcegraph's coding agent with multi-model architecture and built-in code intelligence. E2B provides a pre-built `amp` template with AMP already installed.
7+
[Amp](https://ampcode.com) is a coding agent with multi-model architecture and built-in code intelligence. E2B provides a pre-built `amp` template with Amp already installed.
88

99
## CLI
1010

@@ -14,15 +14,15 @@ Spin up a sandbox with the [E2B CLI](/docs/cli).
1414
e2b sbx create amp
1515
```
1616

17-
Once inside the sandbox, start AMP.
17+
Once inside the sandbox, start Amp.
1818

1919
```bash
2020
amp
2121
```
2222

2323
## Run headless
2424

25-
Use `-x` for non-interactive mode and `--dangerously-allow-all` to auto-approve all tool calls (safe inside E2B sandboxes). AMP uses its own API key from [ampcode.com/settings](https://ampcode.com/settings).
25+
Use `-x` for non-interactive mode and `--dangerously-allow-all` to auto-approve all tool calls (safe inside E2B sandboxes). Amp uses its own API key from [ampcode.com/settings](https://ampcode.com/settings).
2626

2727
<CodeGroup>
2828
```typescript JavaScript & TypeScript
@@ -172,7 +172,7 @@ sandbox.kill()
172172

173173
## Thread management
174174

175-
AMP persists conversations as threads that can be resumed or continued with follow-up tasks.
175+
Amp persists conversations as threads that can be resumed or continued with follow-up tasks.
176176

177177
<CodeGroup>
178178
```typescript JavaScript & TypeScript

docs/use-cases/coding-agents.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Coding Agents"
3-
description: "Run AI coding agents like Claude Code, Codex, and AMP in secure E2B sandboxes with full terminal, filesystem, and git access."
3+
description: "Run AI coding agents like Claude Code, Codex, and Amp in secure E2B sandboxes with full terminal, filesystem, and git access."
44
icon: "robot"
55
---
66

7-
Coding agents like [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview), [Codex](https://github.com/openai/codex), and [AMP](https://ampcode.com/) can write, debug, and refactor code autonomously. E2B sandboxes give each agent a full Linux environment with terminal, filesystem, and git — completely isolated from your infrastructure. Pre-built templates mean you can go from zero to a running agent in a single API call.
7+
Coding agents like [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview), [Codex](https://github.com/openai/codex), and [Amp](https://ampcode.com/) can write, debug, and refactor code autonomously. E2B sandboxes give each agent a full Linux environment with terminal, filesystem, and git — completely isolated from your infrastructure. Pre-built templates mean you can go from zero to a running agent in a single API call.
88

99
## Why Use a Sandbox
1010

@@ -34,8 +34,8 @@ Since each sandbox is a full Linux environment, you can run any coding agent —
3434
<Card title="Codex" icon="/images/icons/codex.svg" href="/docs/agents/codex">
3535
OpenAI's coding agent with schema-validated output and image input
3636
</Card>
37-
<Card title="AMP" icon="/images/icons/amp.svg" href="/docs/agents/amp">
38-
Sourcegraph's coding agent with streaming JSON and thread management
37+
<Card title="Amp" icon="/images/icons/amp.svg" href="/docs/agents/amp">
38+
Coding agent with streaming JSON and thread management
3939
</Card>
4040
<Card title="OpenCode" icon="/images/icons/opencode.svg" href="/docs/agents/opencode">
4141
Open-source multi-provider agent with a built-in web UI

0 commit comments

Comments
 (0)