Replicas Automation API
Create and manage automations that trigger replicas on a schedule or in response to events
Replicas Automation API is one of 13 APIs that Replicas publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Automation. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes 8 operations across 5 paths, and defines 18 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.
Requests are made against a single base URL, https://api.tryreplicas.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 3
Replicas Automation API declares
3 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (apiKey).
It accepts HTTP bearer tokens (engineSecret).
An API key is passed in the header as X-Workspace-Id (workspaceId).
By default, every request must be authenticated.
apiKey— API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.engineSecret— Workspace engine secret used by agent-mode workspace requests.workspaceId— Workspace ID used with the engine secret for agent-mode workspace requests.
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
Create and manage automations that trigger replicas on a schedule or in response to events
Schemas 18
The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are AutomationRecord (27 properties), CreateAutomationRequest (18 properties), UpdateAutomationRequest (17 properties), AutomationExecutionRecord (10 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Replicas 12
Other APIs Replicas publishes across the network.