One-time secret display
Create a named key. OSAII stores only SHA-256 hash; copy secret before closing dialog.
OSAII Platform brings together the API and OSS Studio. They share models, accounts, safety, and usage while staying separate so you can call AI from code or work directly in a focused workspace.
# .env
OSAII_API_KEY=osaii_••••••••
curl https://osaii.wyvernhub.net/api/v1/chat/completions \ + -H "Authorization: Bearer $OSAII_API_KEY" \ + -H "Content-Type: application/json"
{ "object": "chat.completion", ... }
API and Studio are distinct products inside one Platform. Start wherever the work starts, then move between them without changing your model access.
Create a named key. OSAII stores only SHA-256 hash; copy secret before closing dialog.
Use standard authorization headers and OpenAI-style requests at /api/v1.
The same catalog, safety boundary, account, and usage view connect your first prompt to a production integration.
Create a key for code, or open Studio for hands-on work.
Sign in or create account to manage API keys.