Britive Secrets Manager API

The Britive Secret Manager API covers the Britive vault and secrets lifecycle — vault initialization, static and file secrets, secret versions, secret metadata, password policies, secret templates and secret rotation history — plus the shared policy-administration surface (policies, roles, permissions, actions, consumers), the approvals workflow and the notification-medium/notification service.

Business capability
Identity & Access Management BC-620.20

Operations 31

POST /api/v1/secretmanager/keys/rotate Rotate vault encryption key #
POST /api/v1/secretmanager/pwdpolicies Create password policy for alphanumeric password #
GET /api/v1/secretmanager/pwdpolicies Get a list of password policies #
DELETE /api/v1/secretmanager/pwdpolicies/{id} Delete a specified password policy #
GET /api/v1/secretmanager/pwdpolicies/{id} Get specified password policy's details #
PATCH /api/v1/secretmanager/pwdpolicies/{id} Update password policy details #
GET /api/v1/secretmanager/resourceContainers Get IDs of all container resources #
POST /api/v1/secretmanager/secret-templates/static Create StaticSecretTemplate for static secret #
GET /api/v1/secretmanager/secret-templates/static Get static secret template #
DELETE /api/v1/secretmanager/secret-templates/static/{id} Delete static secret template #
GET /api/v1/secretmanager/secret-templates/static/{id} Get a specified static secret template #
PATCH /api/v1/secretmanager/secret-templates/static/{id} Update static secret template parameteres #
POST /api/v1/secretmanager/vault Create a vault for the Secrets Manager #
GET /api/v1/secretmanager/vault Get details of current active vault #
GET /api/v1/secretmanager/vault/secrets Get secret in vault hierarchy #
GET /api/v1/secretmanager/vault/secrets/{id} Get a specified secret details #
DELETE /api/v1/secretmanager/vault/{id} Delete a specified vault #
GET /api/v1/secretmanager/vault/{id} Get vault details #
PATCH /api/v1/secretmanager/vault/{id} Update a specified vault's details #
POST /api/v1/secretmanager/vault/{vaultId}/accesssecrets Access secret at a given path #
GET /api/v1/secretmanager/vault/{vaultId}/accesssecrets Get access secrets #
GET /api/v1/secretmanager/vault/{vaultId}/downloadfile Download secret file content #
GET /api/v1/secretmanager/vault/{vaultId}/secret-metadata Get secret metadata details #
POST /api/v1/secretmanager/vault/{vaultId}/secrets Create a node/secret #
DELETE /api/v1/secretmanager/vault/{vaultId}/secrets Delete node/secret #
GET /api/v1/secretmanager/vault/{vaultId}/secrets Get Nodes/Secrets on one level under given parent #
PATCH /api/v1/secretmanager/vault/{vaultId}/secrets Update / Move Secret #
POST /api/v1/secretmanager/vault/{vaultId}/secrets/file Create a secret file #
PATCH /api/v1/secretmanager/vault/{vaultId}/secrets/file Update secret file #
GET /api/v1/secretmanager/vault/{vaultId}/secrets/{secretId}/versions List Secret Versions #
GET /api/v1/secretmanager/vault/{vaultId}/secrets/{secretId}/versions/{version} Get Secret Data for Version #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/britive-secrets-manager-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

britive-secrets-manager-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Secret Manager Secrets Manager API
  version: v1
  description: API documentation for Secret Manager, Policy Administration, Notifications, Approval service, etc.
servers:
- url: https://{tenantURL}
  description: The primary server
  variables:
    tenantURL:
      default: test.britive-app.com
      description: The host of the server
security:
- bearerAuth: []
tags:


# --- truncated at 32 KB (47 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/britive/refs/heads/main/openapi/britive-secrets-manager-api-openapi.yml