Knowledge
Add Text
Add raw text content to an agent’s knowledge base.
POST
Request Body
The agent’s public ID (ag_*)
Raw text content to add
Display name for this source
Response 201
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Agent not found |
413 | Text too large |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response

