Account Portal
Account Portal
Accóunt_Init // Óverview
ᚠ ᛫ ᛟ ᛫ ᚱ ᛫ ᛒ ᛫ ᛟ ᛫ ᚲ
The Account Portal at account.forboc.ai is your command center for the ForbocAI ecosystem. Manage API keys, subscriptions, and billing — all in one place.
Getting Started
1. Create Your Account
Navigate to account.forboc.ai and sign up with your email. Your credentials are secured with bcrypt hashing and JWT session tokens.
2. Generate API Keys
Once signed in, go to Credential Management to create API keys for your game.
- Click Generate New Key
- Copy the key immediately — it is shown once and cannot be retrieved again
- Add it to your environment:
Never commit API keys to version control. Use environment variables or a secrets manager. Keys are stored as SHA-256 hashes — the raw key cannot be recovered from the server.
3. Choose Your Plan
Select the tier that matches your scale:
Upgrade at any time from the Billing & Usage page. Payments are handled securely via Stripe.
Features
Generate, inspect, and revoke API keys. Each key has a unique prefix for easy identification.
Manage your subscription tier, view usage, and access the Stripe billing portal.
Monitor daily API calls, npc counts, and resource allocation across your projects.
JWT-based sessions with HttpOnly cookies. Passwords hashed with bcrypt (12 rounds).
Using Your API Key
Once you have an API key, configure it in your game’s SDK setup:
Tip: Use separate API keys for development and production environments. You can create as many keys as you need from the portal.
Security
Y̸o̴u̵r̶ ̷k̶e̵y̴s̷ ̸u̶n̵l̶o̸c̴k̵ ̷t̸h̶e̸ ̷G̴r̵i̵d̸.
