v51

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01214756.7 KB
actors::create

## Datacenter Round Trips

If actor is created in the current datacenter:

2 round trips:

  • namespace::ops::resolve_for_name_global
  • [pegboard::workflows::actor] Create actor workflow (includes Epoxy key allocation)

If actor is created in a different datacenter:

3 round trips:

  • namespace::ops::resolve_for_name_global
  • POST /actors to remote datacenter
  • [pegboard::workflows::actor] Create actor workflow (includes Epoxy key allocation)

actor::get will always be in the same datacenter.

post/actors

Query parameters

namespacestring required

Request body

crash_policy'restart' | 'sleep' | 'destroy' required
datacenterstring nullable
inputstring nullable

Arbitrary base64 encoded binary data.

keystring nullable
namestring required
runner_name_selectorstring required

Response