Submit input to alias-routed session
POST/v2/agent_aliases/:alias_key/sessions/:session_key/events
Submits an input event to a session originally created via this alias. The session's resolved agent processes the event.
Request
Responses
- 201
- 400
- 403
- 404
- 429
Events produced during this turn.
The request is malformed.
Permissions do not allow submitting input to this session.
Alias or session not found.
An LLM quota configured on the agent or its LLM is exhausted. The body names the quota and the response carries a Retry-After header. Returned when the request is not streamed; a streamed request receives the refusal as an error event in the stream on a 200.
Response Headers
Retry-After
Seconds until the exhausted quota window turns and the call may be retried.