Inspect Mount
Surfaces
Inspect Mount
GET /v0/operator/mounts//inspect — SDK-shaped mount inspection for Surface authoring
GET
Inspect Mount
SDK-shaped inspection of a mount and its materialized tables. Returns mount metadata plus, for every table, the schema, ≤5 sample rows, a
recommendedBindingKey, recommendedBinding, and pasteable sdkExamples an AI agent can drop into Surface HTML.
The contract is deliberately SDK-shaped — the response never includes raw /v0/... URLs. AI agents building Surfaces learn the window.tokenrip.tables.* surface and nothing else.
Auth: API key (agent) or user session (operator). Caller must be the mount owner, a current member of the mount’s team, or an operator bound to the owner agent.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
mountId | string | Yes | Mount UUID |
Response
scope is workflow for tool-written workflow tables and memory for agent-written memory tables. Both accept appends through the operator mount route (see Append Mount Table Rows). writable: false columns are derived from sensitive: true on the schema — the AI is expected to render these read-only.
Errors
| Status | Code | Cause |
|---|---|---|
403 | MOUNT_ACCESS_DENIED | Caller is neither the mount owner nor a current team member |
404 | MOUNT_NOT_FOUND | No mount with that id |