Running AgentIDE
These modes are generated from two ess-realization/1 declarations bound to the same exact AgentIDE ESS. The declarations, rather than this page, are the authority for implementation artifacts, semantic surfaces, attachment boundaries, availability, and runtime requirements.
Realization: agentide-standalone-linux
Generated from agentide-standalone-linux for agentide v1 (sha256:509495079a366d767a747dbfcd22e419c28040b7ff32d15a1f284393168d16ab). Do not edit this file; change the realization declarations and regenerate it.
| Mode | Interaction | Attachment | Availability | Support | Start |
|---|---|---|---|---|---|
| Model-backed local TUI (recommended) | Agent loop | In process | Public | Preview | agentide run --base-url ${AGENTIDE_BASE_URL} --model ${AGENTIDE_MODEL} --api-key-env MODEL_API_KEY |
| JSON CLI | Invoke | In process | Public | Preview | agentide snapshot --session ${SESSION_ID} |
| Local browser workbench | Invoke | Loopback | Public | Preview | http://127.0.0.1:7788/ |
| Projection-only local TUI | Invoke | In process | Public | Preview | agentide run |
More columns: swipe horizontally, or focus the table and use the arrow keys.
Model-backed local TUI
Run the recommended interactive terminal workbench with the native Harness model loop.
- Entrypoint:
agent-tui - Implementation:
released-linux-binary - Invocation:
agentide run --base-url ${AGENTIDE_BASE_URL} --model ${AGENTIDE_MODEL} --api-key-env MODEL_API_KEY - Runtime requirements:
OperatingSystemlinux— AgentIDE standalone effects target Linux.EnvironmentVariableAGENTIDE_BASE_URL— Model API origin and prefix.EnvironmentVariableAGENTIDE_MODEL— Exact model identifier.CredentialMODEL_API_KEY— API key read by name for each request and never journaled.
JSON CLI
Invoke semantic intents from scripts or agent tool adapters and receive structured JSON.
- Entrypoint:
json-cli - Implementation:
released-linux-binary - Invocation:
agentide snapshot --session ${SESSION_ID} - Runtime requirements:
OperatingSystemlinux— AgentIDE standalone effects target Linux.EnvironmentVariableSESSION_ID— Identifier printed by session start.
Local browser workbench
View the same durable projection in the embedded browser interface served on loopback.
- Entrypoint:
local-browser - Implementation:
released-linux-binary - Invocation:
http://127.0.0.1:7788/ - Runtime requirements:
OperatingSystemlinux— AgentIDE standalone effects target Linux.Networkloopback-7788— Startagentide serve --session SESSION_IDbefore opening the URL.
Projection-only local TUI
Inspect and operate the durable workbench without connecting a model.
- Entrypoint:
projection-tui - Implementation:
released-linux-binary - Invocation:
agentide run - Runtime requirements:
OperatingSystemlinux— AgentIDE standalone effects target Linux.
Realization: agentide-hosted-devcenter
Generated from agentide-hosted-devcenter for agentide v1 (sha256:509495079a366d767a747dbfcd22e419c28040b7ff32d15a1f284393168d16ab). Do not edit this file; change the realization declarations and regenerate it.
| Mode | Interaction | Attachment | Availability | Support | Start |
|---|---|---|---|---|---|
| Hosted DevCenter workbench (recommended) | Agent loop | Network | Approval required | Preview | https://${DEV_CENTER_HOST}/workspaces/${WORKSPACE_ID}/agentide |
More columns: swipe horizontally, or focus the table and use the arrow keys.
Hosted DevCenter workbench
Compose authenticated AgentIDE session projections into DevCenter; no public self-service endpoint is currently offered.
- Entrypoint:
devcenter-web - Implementation:
devcenter-workbench - Invocation:
https://${DEV_CENTER_HOST}/workspaces/${WORKSPACE_ID}/agentide - Runtime requirements:
EnvironmentVariableDEV_CENTER_HOST— Operator-provided DevCenter host; there is no public default.EnvironmentVariableWORKSPACE_ID— Authenticated workspace identity.Credentialdevcenter-session— Authenticated DevCenter session supplied by the hosting boundary.