Ramp clone
Cards, transactions, reimbursements, and spend programs. Error responses use recorded fixture shapes — no live API calls.
Clone ID: ramp · Tier: fixture · Binary: clones-fixture
Start here
| Question | Answer |
|---|---|
| Best for | Finance agents that inspect card spend, reimbursements, or spend programs. |
| Connect with | Route mode for api.ramp.com, REST at {base}/ramp/api/..., hosted https://{sessionId}.clones.molar.it/ramp/api, or MCP molar_clone_spawn |
| Known limits | Recorded responses only; unimplemented paths return 501; read-only by default unless promoted stateful |
| Seeds | default, empty, ramp-expense-split, ramp-receipt-mismatch — 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: "ramp", optional seed) |
molar_clone_seed | Apply a named seed to an existing session |
molar_clone_route | Map api.ramp.com 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/ramp/api):
GET /v1/cards/card_1a2b3c4dGET /v1/reimbursementsGET /v1/spend-programsGET /v1/transactionsGET /v1/users
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 |
|---|---|
default | Starting state for default scenarios |
empty | Starting state for minimal / blank workspace scenarios |
ramp-expense-split | Starting state for ramp expense split scenarios |
ramp-receipt-mismatch | Starting state for ramp receipt mismatch scenarios |
molar clones spawn ramp --seed default
Connect
| Mode | URL pattern |
|---|---|
| Local REST | http://localhost:8000/ramp/api{path} |
| Hosted REST | https://{sessionId}.clones.molar.it/ramp/api{path} |
| Route mode | Point api.ramp.com at the clone via molar_clone_route |
| Dashboard | Clones explorer — filter by ramp |
Set MOLAR_CLONE_RAMP_URL for BYOC fleets.
See Fixture clones overview and API & SDK.