How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Golem Worker API

Durable worker lifecycle and invocation operations.

Golem Worker API is one of 4 APIs that Golem publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Worker. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 11 operations across 9 paths, and defines 7 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://release.api.golem.cloud, http://localhost:9881.

11 operations 9 paths 7 schemas 1 DELETE4 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://release.api.golem.cloud
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Golem Worker API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Token). By default, every request must be authenticated.

  • Token — Bearer token created for your Golem account. Pass it in the Authorization header as Bearer .

Paths & Operations 11

Across 9 paths, the API surfaces 11 operations — 1 DELETE, 4 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Worker 11

Durable worker lifecycle and invocation operations.

POST
/v1/components/{component_id}/workers
Launch a new worker
launchNewWorker 1 param body → 200
GET
/v1/components/{component_id}/workers
Get metadata of multiple workers
getWorkersMetadata 3 params → 200
GET
/v1/components/{component_id}/workers/{agent_name}
Get metadata of a worker
getWorkerMetadata 2 params → 200
DELETE
/v1/components/{component_id}/workers/{agent_name}
Delete a worker
deleteWorker 2 params → 200
POST
/v1/components/{component_id}/workers/{agent_name}/invoke
Invoke a function on a worker without waiting for a result
invokeFunction 4 params body → 200
POST
/v1/components/{component_id}/workers/{agent_name}/invoke-and-await
Invoke a function on a worker and await its result
invokeAndAwaitFunction 4 params body → 200
POST
/v1/components/{component_id}/workers/{agent_name}/interrupt
Interrupt a worker
interruptWorker 3 params → 200
POST
/v1/components/{component_id}/workers/{agent_name}/resume
Resume a worker
resumeWorker 2 params → 200
POST
/v1/components/{component_id}/workers/{agent_name}/update
Update a worker to a new component version
updateWorker 2 params body → 200
GET
/v1/components/{component_id}/workers/{agent_name}/oplog
Get the oplog of a worker
getOplog 4 params → 200
GET
/v1/components/{component_id}/workers/{agent_name}/connect
Connect to a worker using a websocket and stream events
connectWorker 2 params → 101

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are WorkerMetadata (4 properties), WorkerCreationRequest (3 properties), WorkerId (2 properties), WorkersMetadataResponse (2 properties). Each schema is shown below with its type and property counts.

WorkerCreationRequest
object
3 properties 1 required
UpdateWorkerRequest
object
2 properties
WorkerMetadata
object
4 properties
WorkersMetadataResponse
object
2 properties
InvokeParameters
object
1 property
InvokeResult
object
1 property
WorkerId
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

golem-cloud-worker-api-openapi.yml Raw ↑

Other APIs Golem publishes across the network.

Golem ApiDefinition API
Golem Component API
Golem Plugin API
Where this information came from

This is an independent, third-party profile of Golem Worker API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.