Agents
Get Agent
GET
/
agents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredAgent ID or its handle (unique identifier preceded by '@', e.g., '@my-agent').
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
name
string
description
string | null
modelName
string
LLM - Model name.
temperature
number
Temperature of the model (min 0.0, max 1.0)
visibility
enum<string>
Available options:
public
, private
systemPrompt
string | null
Agent system prompt
Was this page helpful?