REST API
Programmatic access to configs and files with API Key authentication.
Authentication
All API requests require a valid API key in the Authorization header:
Create API keys in Workspace Settings > API Keys. Keys are scoped to a single workspace.
Base URL
All endpoints are relative to your deployment URL:
Configs
List Configs
Create Config
Get Config
Update Config
Only provided fields are changed.
Delete Config
Resolve Config
Resolve a config by namespace, group, and name path.
Namespaces
List Namespaces
List Groups
Files
List Connections / Browse Files
Without connectionId, lists all S3 connections. With connectionId, browses files.
Get File URL
Returns a public URL (if public domain is set) or a presigned download URL.
Get Upload URL
Returns a presigned URL for uploading a file.
Error Format
All errors follow a consistent format: