All tools
pin-to-workspacefreeStored Metrics & Reporting

Pin To Workspace Tool

Append a block (text, callout, metric tile, chart, data table, AI summary, section divider, or site reference) to a workspace canvas. Returns the full canonical block + workspace metadata so you have read-after-write inside the same turn — no follow-up get-workspace needed to confirm. Pinned blocks land in pending-review state for the user to keep or discard.

Parameters

NameTypeRequiredDescription
workspace_slugstringrequiredThe slug of the workspace to append to. Get from the user or list workspaces first.
kindstringrequiredBlock kind. One of: 'text', 'callout', 'metric_tile', 'chart', 'data_table', 'ai_summary', 'section_divider', 'site_reference'.
payloadobjectrequiredKind-specific payload. text/callout/ai_summary expect { text }; metric_tile expects { value, label }; chart expects { type, label, x_key, y_key }; data_table expects { columns, rows }; section_divider expects { label }; site_reference expects { site_id, snapshot?: { name, domain, health_score?, badge_state? } }.
sourceobjectoptionalOptional data binding for live/snapshot blocks: { tool, params, mode: live|snapshot, snapshot_data?, snapshotted_at? }.

Plan access

Available on the free tier and above. Live tools draw from your team's monthly credit budget at parity with upstream API cost (1 credit ≈ $0.001).

See plans