Authenticate and select the beta key
Install the CLI, then authenticate with your developer account. These commands require access to the selected organization and project, not just possession of its public API key.Use the key’s ID for
KEY_ID. The catalog describes the available authoring language; state returns the current policy records. Use para keys permissions state to manage these policies; the parent command returns a legacy status view.Start with a Solana transfer Request
Save this document as This selector applies to matching Solana signing requests under the selected API key. Add
solana-transfers.json. It asks a user for standing access to native SOL transfers up to 0.01 SOL. 10000000 is an integer amount in lamports, not a dollar amount. The asset condition prevents another asset from being mistaken for native SOL.solana-transfers.json
walletId to limit it to one wallet. For an app-owned wallet, design a Guardrail with the appropriate deny/approval rules instead of assuming this user-consent Request has the same meaning.Validate, save, and activate
policy.recordId from the create response, then activate that record:Exercise the user flow
Use the normal Solana signer integration with a user-owned wallet. Grant the Request through Portal, then test an amount below the limit and one above it. The first can use standing access; the second does not receive permission from this rule and follows the remaining policies and review flow.
Integrate consent and adjustable limits
Request consent before a transaction, inspect the result, and expose personal settings.
Update or retire the policy
To replace a policy, keep its logicalid, use its next version, and provide the new JSON. Replacing an active record takes effect immediately; replacing a draft keeps the replacement in draft.
Build more complex policies
Add nested logic, other wallet types, spending windows, adjustable values, and approval requirements.
Manage versions and production review
Understand activation windows and the separate, Para-reviewed production publication process.