curl --request POST \
--url https://api.openworklabs.com/v1/workers/{id}/tokens{
"tokens": {
"owner": "<string>",
"host": "<string>",
"client": "<string>"
},
"connect": {
"openworkUrl": "<string>",
"workspaceId": "<string>"
}
}Returns connection tokens and the resolved OpenWork connect URL for an existing worker.
curl --request POST \
--url https://api.openworklabs.com/v1/workers/{id}/tokens{
"tokens": {
"owner": "<string>",
"host": "<string>",
"client": "<string>"
},
"connect": {
"openworkUrl": "<string>",
"workspaceId": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?