Create a new custom agent
{
"role": "<string>",
"goal": "<string>",
"backstory": "<string>",
"system_prompt": "<string>",
"id": "<string>",
"user_id": "<string>",
"tasks": [
{
"description": "<string>",
"tools": [
"<string>"
],
"expected_output": "<any>",
"id": 123
}
],
"deployment_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_status": "<string>",
"visibility": "private"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.
{
"role": "<string>",
"goal": "<string>",
"backstory": "<string>",
"system_prompt": "<string>",
"id": "<string>",
"user_id": "<string>",
"tasks": [
{
"description": "<string>",
"tools": [
"<string>"
],
"expected_output": "<any>",
"id": 123
}
],
"deployment_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_status": "<string>",
"visibility": "private"
}
Create a new custom agent
{
"role": "<string>",
"goal": "<string>",
"backstory": "<string>",
"system_prompt": "<string>",
"id": "<string>",
"user_id": "<string>",
"tasks": [
{
"description": "<string>",
"tools": [
"<string>"
],
"expected_output": "<any>",
"id": 123
}
],
"deployment_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_status": "<string>",
"visibility": "private"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.
{
"role": "<string>",
"goal": "<string>",
"backstory": "<string>",
"system_prompt": "<string>",
"id": "<string>",
"user_id": "<string>",
"tasks": [
{
"description": "<string>",
"tools": [
"<string>"
],
"expected_output": "<any>",
"id": 123
}
],
"deployment_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_status": "<string>",
"visibility": "private"
}