Path Parameters
Body
application/json
Request to start a worker and fetch its config
Response
Successful Response
Worker configuration response
Start a worker and fetch its configuration.
This endpoint is called by workers on startup with just worker_id and API key. It returns all necessary configuration for the worker to connect to Temporal.
Args: worker_id: Worker ID (UUID created in UI) start_request: System information from worker
Returns: Complete worker configuration including Temporal credentials
Request to start a worker and fetch its config
Successful Response
Worker configuration response