share_project
Mint (or manage) a READ-ONLY share link for a project: a browser URL you can hand to a human reviewer — they can browse the data, endpoints, snapshots and the live request inspector, but can't write and never see the adminKey. Agent workflow: build or mutate a sandbox, then share_project and give your human the shareUrl to review your work — no key handover. Works even when the project is in protected mode. action "create" returns the existing link if one exists; "rotate" invalidates the old link and mints a new one; "revoke" kills it; "status" just reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Default: create. | |
| project | Yes | Project id. | |
| adminKey | Yes | The project's adminKey. |