create_project_grant
Grant specific project capabilities to wallets for agents or CI principals. Requires org ownership; specify project, wallet, capability, optional policy or expiry.
Instructions
Issue a per-project capability grant to a wallet (for agent/CI principals that aren't broad org members). Params: project_id, wallet, capability (e.g. deploy, functions:write), optional policy / expires_at. Requires you to be an owner of the project's org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id to grant access to. | |
| wallet | Yes | EVM address (or named wallet) the grant is issued to. | |
| capability | Yes | Capability to grant, e.g. `deploy` or `functions:write`. | |
| policy | No | Optional capability-scoping policy object (gateway-interpreted). | |
| expires_at | No | Optional ISO-8601 expiry. Omit for a non-expiring grant. |