Credentials

API keys

Create and revoke OpenAI-compatible credentials for local agents, apps, and scripts.

Create key
The full key is shown once. Store it in your password manager or local secret store.
Use the key
Set these once in your shell, then use any OpenAI SDK pointed at amics.
export OPENAI_API_KEY="$AMICS_API_KEY"
export OPENAI_BASE_URL="https://api.amics.ai/v1"
See curl example
Active keys
Revoke credentials as soon as they leave a trusted environment.