Agents

Agent related APIs

Get Agents

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Query parameters
offsetintegerOptionalDefault: 0
limitintegerOptionalDefault: 100
emailany ofOptional
stringOptional
or
nullOptional
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
get
/webapi/v2/agents
200

OK

Get Agent Detail

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
agent_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
get
/webapi/v2/agents/{agent_id}
200

OK

Retrieve all single action app tools for the project

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved single action app tools

application/json
get
/webapi/agent_builder/single_action_app_tools
200

Successfully retrieved single action app tools

Retrieve a specific single action app tool by its name

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
tool_namestringRequired

Name of the tool to retrieve

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved the single action app tool

application/json
get
/webapi/agent_builder/single_action_app_tool/{tool_name}

Retrieve all agent tools for the project

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved agent tools

application/json
get
/webapi/agent_builder/agent_tools
200

Successfully retrieved agent tools

Retrieve a specific agent tool by its name

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
tool_namestringRequired

Name of the agent tool to retrieve

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved the agent tool

application/json
get
/webapi/agent_builder/agent_tool/{tool_name}

Retrieve OAuth2 information by state

post

Get OAuth2 configuration information for an AI agent using the OAuth state parameter

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
statestringRequired

OAuth2 state parameter to identify the OAuth configuration

Responses
200

Successfully retrieved OAuth2 information

application/json
post
/webapi/agent_builder/oauth2_information

Update OAuth2 token information

post

Update OAuth2 token information (tokenInfo and tokenGenerated) for an existing OAuth configuration

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
statestringRequired

OAuth2 state parameter to identify the OAuth configuration

tokenInfoobjectOptional

Updated token information

tokenGeneratednumberOptional

Timestamp when the token was generated

Responses
200

Successfully updated OAuth2 information

application/json
post
/webapi/agent_builder/oauth2_information/update

Agent Management

post

Used to create and delete agents from the project

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
emailstringOptional

The email of the agent you want to create or delete

deleteFlagbooleanOptional

True if you want to delete an agent, False if you want to create

passwordstringOptional

Required when creating a new agent. Password must be valid (contain 3 out 4 following characters - lowercase, uppercase, numeric, non-alphanumeric)

localestringOptional

The language setting of the account being created. Use a two-letter ISO 639-1 code

permission_group_idstringOptional

ID of the permission group to assign to the agent

permission_group_namestringOptional

Name of the permission group to assign to the agent

Responses
200

Agent edited successfully

application/json
post
/webapi/agent_management

Last updated

Was this helpful?