sha256:7bf09308c28fa6c44128e4bf35d7e48c6cbb597f20e8b79a3922c33ae3a9cf07
Last pushed
about 1 month by dockerpublicbot
Type
Sandbox Kit
Manifest digest
sha256:7bf09308c28fa6c44128e4bf35d7e48c6cbb597f20e8b79a3922c33ae3a9cf07
schemaVersion: "2"
kind: sandbox
name: amp
displayName: Amp
description: The frontier coding agent.
sandbox:
image: docker/sandbox-templates:shell-docker
entrypoint:
- amp
command:
default:
- --dangerously-allow-all
interactive:
- --dangerously-allow-all
agentInstructions:
filename: AGENTS.md
content: |
## Sandbox environment
You are running inside a Docker sandbox. The workspace is mounted at
its absolute host path. `sudo` is passwordless; use it for package
installs.
permissions:
network:
allow:
- ampcode.com:443
- '*.ampcode.com:443'
credentials:
- service: amp
apiKey:
name: ""
inject:
- domain: ampcode.com
header: Authorization
format: Bearer %s
setup:
install:
- command: curl -fsSL https://ampcode.com/install.sh | bash
user: "1000"
description: Install Amp