Error
API Reference
Create provider connection
Creates a new provider connection with an encrypted API key. The key is encrypted at rest and never returned in responses. Admins can set platform=true to create a platform connection (created_by=NULL).
POST
Error
Documentation Index
Fetch the complete documentation index at: https://docs.hill90.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Provider identifier (e.g., openai, anthropic)
Provider API key (encrypted at rest, never returned)
Custom API base URL (optional)
Admin-only. If true, creates a platform connection (created_by=NULL) accessible to all platform models.
Response
Connection created