Register Worker
API Reference
Register Worker
Register a new worker with the control plane.
This endpoint is called by workers on startup to get their configuration. The worker authenticates using KUBIYA_API_KEY (same auth as other API calls).
Returns: All configuration needed for worker to connect to Temporal and operate:
- worker_id: Unique ID for this worker instance
- worker_token: Environment’s worker token
- environment_name: Formatted task queue name (org_id.environment)
- temporal_namespace, temporal_host, temporal_api_key: Temporal Cloud config
- organization_id: Organization ID
- control_plane_url: URL to send heartbeats
POST
Register Worker
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Body
application/json
Response
Successful Response