Skip to main content
GET
https://ageneral.ai
/
v1
/
nodes
/
{id}
/
workload-connect
Get workload connect
curl --request GET \
  --url https://ageneral.ai/v1/nodes/{id}/workload-connect \
  --header 'Authorization: Bearer <token>'
{
  "gatewayUrl": "<string>",
  "authToken": "<string>"
}

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Path Parameters

id
string
required

Query Parameters

workloadType
enum<string>
Available options:
WORKLOAD_TYPE_UNSPECIFIED,
WORKLOAD_TYPE_OPENCLAW

Response

Success

gatewayUrl
string
authToken
string