Akeyless · Schema

Akeyless Secret

Schema for an Akeyless static secret item stored in the vault.

Secrets ManagementZero TrustCloud SecurityIdentity SecurityMachine IdentityCertificate ManagementPKIKMSEncryptionSSH AccessDynamic SecretsPrivileged Access ManagementDevSecOps

Properties

Name Type Description
name string The full path and name of the secret item (e.g. /my-folder/my-secret).
value string The secret value to store.
description string Human-readable description of the secret.
tags array List of tags to attach to the secret item.
token string Akeyless authentication token obtained from /auth.
uid-token string Universal Identity token for authentication.
multiline-value boolean Whether the secret value spans multiple lines.
delete-protection string Enable deletion protection (true/false).
accessibility string Determines whether the item is accessible by the GW (regular) or requires a cloud-provider token (fetchSecret).
expiration-event-in array How many days before expiry to send an expiration event (e.g. ['30', '7', '1']).
cert-file-data string Certificate file data (base64-encoded) for certificate-type secrets.
View JSON Schema on GitHub

JSON Schema

akeyless-secret.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.akeyless.io/schemas/secret",
  "title": "Akeyless Secret",
  "description": "Schema for an Akeyless static secret item stored in the vault.",
  "type": "object",
  "required": ["name", "value"],
  "properties": {
    "name": {
      "type": "string",
      "description": "The full path and name of the secret item (e.g. /my-folder/my-secret).",
      "example": "/prod/database/password"
    },
    "value": {
      "type": "string",
      "description": "The secret value to store.",
      "example": "s3cr3tP@ssw0rd"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the secret.",
      "example": "Production database password for PostgreSQL"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of tags to attach to the secret item.",
      "example": ["env:prod", "team:platform", "service:database"]
    },
    "token": {
      "type": "string",
      "description": "Akeyless authentication token obtained from /auth.",
      "example": "t-1234567890abcdef"
    },
    "uid-token": {
      "type": "string",
      "description": "Universal Identity token for authentication.",
      "example": "u-abcdef1234567890"
    },
    "multiline-value": {
      "type": "boolean",
      "description": "Whether the secret value spans multiple lines.",
      "default": false
    },
    "delete-protection": {
      "type": "string",
      "description": "Enable deletion protection (true/false).",
      "enum": ["true", "false"],
      "default": "false"
    },
    "accessibility": {
      "type": "string",
      "description": "Determines whether the item is accessible by the GW (regular) or requires a cloud-provider token (fetchSecret).",
      "enum": ["regular", "fetchSecret"],
      "default": "regular"
    },
    "expiration-event-in": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "How many days before expiry to send an expiration event (e.g. ['30', '7', '1']).",
      "example": ["30", "7", "1"]
    },
    "cert-file-data": {
      "type": "string",
      "description": "Certificate file data (base64-encoded) for certificate-type secrets."
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/akeyless-secret"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.