Create Agent Document
POST/agents/:agentId/documents
Create Agent Document
Request
Path Parameters
agentId stringrequired
- application/json
Body
agentId string
Agent
tags string
Tags
type string
Type
name string
Name
fileName string
File Name
notes string
Notes
visibility string
Visibility
Responses
- 200
Created Agent Document
- application/json
- Schema
- Example (from schema)
Schema
agentId string
Agent
tags string
Tags
type string
Type
name string
Name
fileName string
File Name
notes string
Notes
visibility string
Visibility
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"agentId": "string",
"tags": "string",
"type": "string",
"name": "string",
"fileName": "string",
"notes": "string",
"visibility": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...