Create an account
Go to erynoa.group and click Sign Up. You can register with an email address and password or use a supported OAuth provider (Google, GitHub). After signing up, verify your email address using the confirmation link sent to your inbox.Set up your workspace
A workspace is the top-level container for your ErynoaGroup resources, API keys, and webhook configurations.Name your workspace
On first login, you’ll be prompted to name your workspace. Choose a name that reflects your organization or project (e.g.,
acme-corp).Invite team members (optional)
Go to Settings → Team and invite colleagues by email. Assign each member a role:
- Admin — Full access to all settings, keys, and billing
- Developer — Can create and manage API keys and webhooks
- Viewer — Read-only access to usage logs and dashboard
Choose an environment
ErynoaGroup provides two environments to separate testing from live operations:| Environment | Base URL | Key Prefix |
|---|---|---|
| Sandbox | sandbox.api.erynoa.group | sk_test_ |
| Production | api.erynoa.group | sk_live_ |
Install a client library (optional)
If you prefer working with a native library rather than raw HTTP, ErynoaGroup provides official clients for popular languages:Next steps
Authentication
Generate your first API key and learn how to use it.
Quick Start
Make your first API call end-to-end.