CasimirBot / Helix
Agent Access
Connection information for the provider-neutral CasimirBot external-agent harness.
An explicit connection is required
A model that retrieves this public page can read and cite it, but retrieval alone cannot invoke CasimirBot tools. A user, application developer, plugin, or surrounding agent harness must configure the MCP endpoint and authorize access.
Credentials belong in the client's OAuth connection. Do not put access tokens or secrets in prompts or URLs.
Service endpoints
| Surface | Canonical URL | Purpose |
|---|---|---|
| MCP | https://casimirbot.com/mcp | OAuth-protected, stateless Streamable HTTP MCP requests. |
| Durable-run REST API | https://casimirbot.com/api/v1/agent-runs | OAuth-protected durable run lifecycle. |
| Shared Live Room REST API | https://casimirbot.com/api/v1/rooms | OAuth-protected room, run-binding, and deferred source control. |
| OAuth metadata | https://casimirbot.com/.well-known/oauth-protected-resource/mcp | Protected-resource discovery for authorization clients. |
| API contract | https://casimirbot.com/docs/architecture/helix-agent-api-v1.md | Run lifecycle, schemas, scopes, and safety boundaries. |
| Workstation | https://casimirbot.com/open?panels=agent-access&focus=agent-access&entry=workstation | Human-facing connection and configuration surface. |
| CasimirBot metadata | https://casimirbot.com/agent-access.json | Machine-readable links from this page; not a standards-defined manifest. |
Core durable-run MCP tools
These are the stable run-lifecycle tools. The authenticated MCP tools/list response is the source of truth for the complete catalog, including Shared Live Room tools. Each tool declares its complete required OAuth scope set, which is enforced when called.
helix_run_starthelix_run_continuehelix_run_inspecthelix_run_fetch_evidencehelix_run_list_eventshelix_run_cancel
Durable run model
Clients start a bounded run, retain its opaque run_id, and continue or inspect that same run. Results include structured status, evidence references, unresolved requirements, and recommended next actions.