Create Message
POST/api/internal/agent-coder/:session_id/messages
Add a message to a session and start processing.
If the sandbox was pre-warmed (via /warm endpoint), the message will be processed immediately. Otherwise, starts a new workflow.
Only one prompt can be processed at a time per session.
Raises: 409 Conflict: If the session is already processing a prompt.
Request
Responses
- 200
- 422
Successful Response
Validation Error