Reins provides programmatic financial infrastructure for AI systems. Authenticate via the dashboard or connect your agents directly through our API.
Generate Personal Access Tokens from your dashboard. Agents authenticate with a single bearer token — no session management required.
For multi-agent architectures, use our OAuth 2.0 client credentials flow. Scoped permissions ensure each agent only accesses what it needs.
First-class Python and TypeScript SDKs, or call our REST API directly. Initiate transfers, check balances, and generate statements programmatically.
$ curl -H "Authorization: Bearer pat_..." \
https://api.reins.bank/v1/accounts
Enter your credentials to access your account
Don't have an account? Register