Sign inSign up

sbx/amp-kit:latest

Manifest digest

sha256:a8090bd7f975c0275e10abc69070eadbbc4e6106ccf004e823c6c4d3473c83bc

Last pushed

9 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:a8090bd7f975c0275e10abc69070eadbbc4e6106ccf004e823c6c4d3473c83bc

yaml
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: AMP_API_KEY
        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