Api-keys

Mint a Replo API key granting repository access to one project. Requires the api_keys.write scope when called with an API key.

Beta — this endpoint may change before general availability.

post/api-keys

Headers

Replo-Api-Version'2026-08-21' required

The public API version to use for this request.

Request body

workspaceIdstring uuid required
projectIdstring uuid required
namestring required
scopesstring[] required

Response

Mint a Replo API key granting repository access to one project. Requires the api_keys.write scope when called with an API key.

object'api_key' required
idstring uuid required
namestring required
tokenPrefixstring required
workspaceIdstring uuid required
projectIdstring uuid required
scopesstring[] required
secretstring required
createdAtstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.