Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Replicas Credentials API

Manage coding-agent credentials for an organization or the authenticated user

Replicas Credentials API is one of 13 APIs that Replicas publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Credentials. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 2 paths, and defines 5 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.

6 operations 2 paths 5 schemas 2 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.tryreplicas.com
Authentication
HTTP Bearer, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 3

Replicas Credentials 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 6

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

Credentials 6

Manage coding-agent credentials for an organization or the authenticated user

GET
/v1/opencode-go/credentials
Get organization OpenCode Go credential status
getOpenCodeGoOrganizationCredentials → 200401500
POST
/v1/opencode-go/credentials
Set the organization OpenCode Go API key
setOpenCodeGoOrganizationCredentials body → 200400401403500
DELETE
/v1/opencode-go/credentials
Delete the organization OpenCode Go API key
deleteOpenCodeGoOrganizationCredentials → 200401403500
GET
/v1/opencode-go/user/credentials
Get personal OpenCode Go credential status
getOpenCodeGoUserCredentials → 200401500
POST
/v1/opencode-go/user/credentials
Set the authenticated user's OpenCode Go API key
setOpenCodeGoUserCredentials body → 200400401500
DELETE
/v1/opencode-go/user/credentials
Delete the authenticated user's OpenCode Go API key
deleteOpenCodeGoUserCredentials → 200401500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ApiKeyCredentialStatus (4 properties), Error (2 properties), ApiKeyCredentialUploadResponse (2 properties), ApiKeyCredentialRequest (1 property). Each schema is shown below with its type and property counts.

ApiKeyCredentialDeleteResponse
object
1 property 1 required
ApiKeyCredentialUploadResponse
object
2 properties 2 required
ApiKeyCredentialStatus
object
4 properties 1 required
Error
object
2 properties 1 required
ApiKeyCredentialRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicas-credentials-api-openapi.yml Raw ↑

Other APIs Replicas publishes across the network.

Replicas Analytics API
Replicas API Keys API
Replicas Automation API
Replicas Downloads API
Replicas Environments API
Replicas Google Search Console API
Replicas Preview API
Replicas Profile API
Replicas Replica API
Replicas Repository API
Replicas Slack API
Replicas Terminal API