Sentry clone
Organizations, projects, issues, events, and releases. Error responses use recorded fixture shapes — no live API calls.
Clone ID: sentry · Tier: fixture · Binary: clones-fixture
Start here
| Question | Answer |
|---|---|
| Best for | Error-triage agents that list issues, fetch latest events, or browse releases. |
| Connect with | Route mode for api.sentry.io, REST at {base}/sentry/api/..., hosted https://{sessionId}.clones.molar.it/sentry/api, or MCP molar_clone_spawn |
| Known limits | Recorded responses only; unimplemented paths return 501; read-only by default unless promoted stateful |
| Seeds | demo, empty — apply on spawn or via molar_clone_seed |
MCP tools
Fixture clones use shared control-plane tools — no vendor-specific MCP surface.
| Tool | Description |
|---|---|
molar_clone_spawn | Spawn fixture session (kind: "sentry", optional seed) |
molar_clone_seed | Apply a named seed to an existing session |
molar_clone_route | Map api.sentry.io to the active session |
molar_clone_stop | Tear down the session |
See MCP server for world_snapshot, world_restore, and cross-clone tools.
REST API coverage
The clone handles these recorded endpoints (local base http://localhost:8000/sentry/api):
GET /0/organizations/GET /0/organizations/molar/releases/GET /0/projects/GET /0/projects/molar/molar-webapp/GET /0/projects/molar/molar-webapp/issues/GET /0/projects/molar/molar-webapp/issues/1001/events/latest/
If your agent calls a path not in this list, the clone returns 501 unimplemented_in_clone and logs the request. Submit missing coverage via the dashboard Developers → 501 request form.
Seeds
| Seed | When to use |
|---|---|
demo | Starting state for demo scenarios |
empty | Starting state for minimal / blank workspace scenarios |
molar clones spawn sentry --seed demo
Connect
| Mode | URL pattern |
|---|---|
| Local REST | http://localhost:8000/sentry/api{path} |
| Hosted REST | https://{sessionId}.clones.molar.it/sentry/api{path} |
| Route mode | Point api.sentry.io at the clone via molar_clone_route |
| Dashboard | Clones explorer — filter by sentry |
Set MOLAR_CLONE_SENTRY_URL for BYOC fleets.
See Fixture clones overview and API & SDK.