Authentication
Connect an external application with a lightweight OAuth flow.
User API methods
Review every User API method and the Arcane permission it uses.
When to use the User API
Use this API when you:- build a custom interface for compliance operators;
- add an Arcane workflow to an existing product;
- manage Applications or team access for a user;
- create, approve, or review Cases;
- generate reports or inspect activity;
- create or revoke Service API keys.
Path model
The current User API uses/auth/... for user context and /api/... for
business operations. Application-scoped operations use the Application’s
foreignId route segment.
Use the Service API for Solana provisioning
The User API does not expose the Service API’s confidential-asset provisioning contract. Use an organization API key when your backend needs to create an Arcane confidential Asset, bind its Solana mint, or inspect its indexer status.Service API
Integrate a Solana confidential-token deployment from your backend.