Initiates a new agent task execution.
This endpoint starts an agent that will perform the specified task. The agent can optionally navigate to a provided URL before attempting to solve the task.
This agent is non-blocking and will return immediately. You should periodically check the status of the agent
until it is closed
.
Important points:
vault_id
to the agent to allow it to access credentials stored in your vault.litellm
documentation for more details.replay
endpoint.The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object
.
Initiates a new agent task execution.
This endpoint starts an agent that will perform the specified task. The agent can optionally navigate to a provided URL before attempting to solve the task.
This agent is non-blocking and will return immediately. You should periodically check the status of the agent
until it is closed
.
Important points:
vault_id
to the agent to allow it to access credentials stored in your vault.litellm
documentation for more details.replay
endpoint.The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object
.