POST
/
v1
/
sources
/
{source_id}
/
attach

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string
required

Query Parameters

agent_id
string
required

The unique identifier of the agent to attach the source to.

Response

200 - application/json
description
string | null

The description of the source.

embedding_config
object
required

The embedding configuration used by the source.

metadata_
object | null

Metadata associated with the source.

id
string

The human-friendly ID of the Source

name
string
required

The name of the source.

created_at
string

The creation date of the source.

user_id
string
required

The ID of the user that created the source.