Sources

Create a source

Registers a new source. A source is a website or service that your agents connect to.

post/sources

Request body

typestring required

The source type. website is currently the only supported type; it defaults to website if omitted.

namestring nullable

Display name for the source.

Response

An existing source with the same URL was returned. Sources are deduplicated by their normalized URL, so creating a source that already exists returns the existing source with 200 instead of 201.

idstring required

Unique identifier for the source, prefixed with src_.

objectstring required

Always source.

namestring nullable required

Display name for the source.

typestring required

The source type. website is currently the only supported type; it defaults to website if omitted.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes

No recorded changes to this endpoint across all 1 revision of this API.