Interactive PlaygroundStep through the full CAPP lifecycle — grant, verify, revoke — no wallet required.
How it works →
1
1. Configure
2
2. Grant
3
3. Verify
4
4. Revoke

Configure permission scope

Choose which agent to authorize and define the bounds of its authority. These constraints are encoded into the CAPP grant and stored in the permission ledger.

1 CSPR1000 CSPR
Permission scope preview
{
"agentPublicKey": "017d96b9e3613fc48de0..."
"maxTransferMotes": "100000000000"
"keyWeight": 1
"expiresInBlocks": 1000
"network": "testnet"
}
Key weight model
Agent key weight1
Deploy threshold3

Agent weight 1 < threshold 3. Agent cannot sign deploys alone. Secure.