create-debugger-deployment
Creates a debugger deployment for an assistant. This endpoint requires user authentication with organization and project scope.
Authorizations
API key from Rapida credentials.
Headers
Client source identifier. SDK clients send this automatically.
sdk Optional user identifier to propagate with the request.
Body
Assistant ID for the debugger deployment.
^[0-9]+$"2227823180112723968"
First message the assistant sends when the debugger session starts.
"Hi, how can I help you today?"
Message to use when the assistant cannot understand or handle the input.
"Sorry, I did not understand that."
Idle timeout in seconds before the assistant sends the timeout message.
15 <= x <= 12030
Number of idle-timeout retries before the session can end.
0 <= x <= 52
Message sent when the debugger session reaches the idle timeout.
"Are you still there?"
Maximum debugger session duration in seconds.
180 <= x <= 600300