Skip to main content
Key type: requires a private key. A public key returns 403 here, because it may only upload — see key types and scope. Call this from your server, never from browser code.

Overview

Creates a source in your workspace. Send name, type, and a configuration object shaped for that type — the API validates the configuration against the type before creating the row.

Request body

Configuration by type

Response

The created source, wrapped as { "success": true, "data": { ... } }. Sensitive fields are masked in the response even though they were just set.

Next steps

List sources

Browse the sources in your workspace.

Update source

Change a source’s name or configuration.