Documentation Index
Fetch the complete documentation index at: https://ona.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Available on the Enterprise plan. Contact sales to learn more.
Manage organization secrets
Navigate to Settings → Organization → Secrets.
When to use organization secrets
- Company-wide service accounts: Shared database credentials, monitoring API keys
- Default configuration: Standard environment variables everyone needs
- Container registry access: Private images used across multiple projects
Precedence example
IfAPI_KEY exists at all three levels:
- User secret value is used (highest)
- Falls back to project secret
- Falls back to organization secret (lowest)