01 / Secure
Real access boundaries.
Before the agent runs.
Give agents the credentials and resources their job needs. Check the setup for indirect access paths and verify who can launch it. Your providers enforce the boundaries.
You provide Provider access rules, verified identities, and credential delivery. A prompt is not an access boundary.
Permission integration02 / Deploy
Version the whole setup.
Deploy it on your terms.
Keep the harness, container, repository, permissions, and environment together in a versioned setup. Deploy a known revision again without rewriting what earlier runs used.
Example versioned deployment
Research agent
| Configuration | Before | After |
|---|---|---|
| Workload | digest a81c… | digest f09b… |
| Compute | 2 CPU / 4 GiB | 4 CPU / 8 GiB |
| Target | Local infrastructure | Local infrastructure |
A setup edit does not update the resources of an existing deployment.
You provide Your harness, compute, provider access, and workload lifecycle. You start, track, recover, and tear down the work.
Deployment integration03 / Measure
Understand the run.
Evaluate the work.
Link inputs, outputs, usage, and retained artifacts to the setup that produced them. Debug a run, compare changes, or evaluate the same outputs again without rewriting the original execution.
Example telemetry UI
Repository fix
Initiated by YouInvoked Agent B
Trace 4 spans
- Agent B2.4s
- Inspect repositoryModel · 600msStarts at 0ms
- Read sourceTool · 200msStarts at 600ms
- Prepare patchModel · 1.6sStarts at 800ms
Invocation details
- Input
- “Fix the failing test.”
- Output
- Candidate patch captured.
Evaluation pending.
Invocation: AuthorizedCheck record 08
- Input tokens
- 800
- Output tokens
- 200
- Estimated cost
- $0.004
Setup 17 · Deployment 16 · Custom harness 2.4.1
You provide Storage, retention, an evaluator, and task-specific grading inputs. SWE-bench and Harbor integrations are on the roadmap.
Telemetry integration04 / Management
Reusable building blocks.
Your local control panel.
Use the local console to configure setups, review access findings, and inspect linked deployment, execution, and evaluation records. Extend the integrations for your own environment.
Example management UI
Workspace overview
- Invocations
- 1,284 From telemetry
- Allowed requests
- 96% From permission decisions
- Evaluation pass rate
- 89% Imported grades
80 / 90 passed
Agent definition
- Name / ID
- Research agent / Agent B
- Role
- Configured invoker
- Invocation authorization
- Trusted identity required
Configuration
- Deployment
- Local infrastructure · v17
- Capture
- Redacted input + output
- Export
- Configured destination
Repository fix Run 042
You provide Your local environment and workload updates. Closing the panel does not stop the agent.
Local console integrationMake it part of your project
Bring your harness.
Keep your infrastructure.
Keep your models, identities, credentials, compute, and telemetry storage. We’re building the reusable infrastructure around them. Use the pieces you need; extend the rest.
Read the integration guide