Platform & Account
API keys, runtime config, and operational setup
Use the ForbocAI account portal to provision API keys and connect SDK runtimes to hosted services.
Account
- Portal: account.forboc.ai
- Generate API keys in credential management
- Store keys in secure environment variables
SDK Config Sources
Node runtime resolves API config in this order:
FORBOCAI_API_URL/FORBOCAI_API_KEY~/.forbocai.json(apiUrl,apiKey)- default API URL fallback:
http://localhost:8080
CLI Setup
Studio
Use studio.forboc.ai for persona and prompt experimentation, then move validated personas into your SDK integration (setNPCInfo + processNPC) in production code.
