Documentation Index
Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
Use this file to discover all available pages before exploring further.
Authorization Model

- Permission Groups: Define groups with arbitrary membership and IDs via CPI. A group aggregates users and the accounts governed by its permissions.
- Permissions: Add permissions to groups. Today a permission implies read access for the delegated account; read/write splits may be added in the future.
- Access: Client access to permissioned ER state requires authenticating ownership of a specified public key. Successful authentication yields a token used to query the ER.
Private Ephemeral Rollup (devnet) endpoint:
https://devnet-tee.magicblock.app?token= {authToken}. Replace {authToken} with your authorization token obtained
from the TEE RPC to send requests.Program Implementation
Add permissions via CPI
Client Implementation
Attestation, challenge, and access
Privacy Use Case
Build private, verifiable applications

