Govern the agents your engineers already use

Your engineers are already using AI coding agents. Ellipsis gives platform teams one place to deploy, secure, govern, and measure them across every repo, with SOC 2 compliance and zero source code retention

How it WorksSet up an environment for your agent, spawn sessions, observe every token.

  1. environment.yaml
    1
    ellipsis:
    2
    kind: "environment"
    3
    name: "fullstack"
    4
    repositories:
    5
    - name: "web-repo"
    6
    - name: "api-repo"
    7
    variables:
    8
    - name: "NPM_TOKEN" # Stored secret
    9
    compute:
    10
    cpu: 2
    11
    memory: "8GB"
    12
    timeout: "30m"
    13
    hooks:
    14
    before_start: |
    15
    set -e
    16
    cd /sandbox/web-repo
    17
    npm install # Install package.json dependencies
    18
    # Prepare browser tests
    19
    npx playwright install chromium
    20
    npm run build
    21
    cd /sandbox/api-repo
    22
    npm install # Install package.json dependencies

    Define

    Pick your repositories, install dependencies, and set environment variables. Choose your coding agent, scope its permissions, and set spending limits.

    Learn about Environments
  2. run_automation.py
    1
    import os
    2
    from ellipsis import Ellipsis
    3
    from ellipsis import models
    4
    5
    client = Ellipsis(api_key=os.environ["ELLIPSIS_API_TOKEN"])
    6
    7
    request = models.StartAutomationSessionRequest.model_validate(
    8
    {
    9
    "prompt": "Run the tests."
    10
    }
    11
    )
    12
    13
    result = client.automations.run("check-tests", prompt=request.prompt)
    14
    print(result)

    Spawn

    Run agents in isolated cloud environments with your code and tools ready. Automate repeatable work on schedules or in response to events.

    Learn about Sessions
  3. Observe

    Follow sessions live and inspect every step, tool call, and result. Access full agent logs and track costs and activity across your team.

    Learn about Observability

Secure, Managed Infrastructure
that is very easy to use

Ellipsis is built with governance at scale in mind. Permissions are defined before a session starts. Every agent action is logged. You have full control over your data longevity.

More about security
SOC 2Type ICertified
SOC 2Type IIIn progress

Scoped credentials

Minted per session, scoped to the repos you allowed, revoked with the sandbox.

Zero source retention

Your code lives only in the session sandbox and is deleted with it.

Full audit trail

Every command, file change, and tool call an agent made, kept after the sandbox is gone.

Support Packages

You don't need a support package to use Ellipsis. The platform is fully self-serve; these are for enterprises that want a direct line to our team.

Standard
$5,000/ month
Advanced
$10,000/ month
Premier
$15,000/ month
Slack support channel
Guided onboarding
Help building custom agents
Self guided BYOC
Help wiring BYOK (Anthropic)
Help with BYOC deployments
—
Security questionnaires and procurement
—
Priority feature requests
—
—
First response time
48 hours
24 hours
4 hours
Support engineer
Shared
Shared
Named