Execute-Async Ai Agents Events
Execute an AI agent input event asynchronously.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
agent
The ID of the AI agent that will consume the event.
event
An event to be processed by an AI agent.
session_object
An identifier of a session with an AI agent.
client_metadata
The metadata to be sent to the client with the notifications of
execution progress.
context
Additional metadata to be used by the AI agent for the event.
event_source_target
The source of the event to send notifications to, of asynchronous
execution progress.
target
Allowed values:
webhook_target
The source of the event to send notifications to, of asynchronous
execution progress.
Response
Response object to provide final response after asynchronous execution
of input event to AI agent.
session