cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/dynamic-executions/resolve-queue \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "organization_id": "<string>", "preferred_runtime": "claude_code" } '
{ "worker_queue_id": "<string>", "worker_queue_name": "<string>", "reasoning": "<string>", "confidence": "high", "alternatives": [ {} ] }
Intelligent worker queue resolution based on task prompt.
Analyzes the task and recommends the optimal worker queue based on capabilities, current load, and relevance.
Enter your Kubiya API token (format: Bearer )
Request for intelligent queue selection
Task prompt to analyze
Organization context
Preferred runtime (filters queues)
Successful Response
Response with recommended queue
Recommended queue ID
Queue name
Why this queue was selected
high
medium
low
Alternative queues
Was this page helpful?