Ampersand · JSON Structure

Ampersand Api Create Jwt Key Request Structure

CreateJWTKeyRequest schema from Ampersand API

Type: object Properties: 3 Required: 3
Developer ToolsIntegrationPlatformSoftware-as-a-ServiceAuthenticationData SyncWebhook

CreateJWTKeyRequest is a JSON Structure definition published by Ampersand, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

label algorithm publicKeyPem

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-create-jwt-key-request-structure.json",
  "name": "CreateJWTKeyRequest",
  "description": "CreateJWTKeyRequest schema from Ampersand API",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "Human-readable label for the JWT key",
      "minLength": 1,
      "maxLength": 255,
      "example": "production-key-1"
    },
    "algorithm": {
      "type": "string",
      "description": "The cryptographic JWT signing algorithm (currently only RS256 is supported)",
      "enum": [
        "RS256"
      ],
      "example": "RS256"
    },
    "publicKeyPem": {
      "type": "string",
      "description": "RSA public key in PEM format for JWT signature verification",
      "format": "pem",
      "example": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4f5wg5l2hKsTeNem/V41\nfGnJm6gOdrj8ym3rFkEjWT2btf2QisEgQG5WQwTfEUvUNR8JW5FQ0mKJ5I4LhXq6\nV5gN6kSKs2cUdD8Ky7Lj7kqn6I3l3r3F2fK9MFjZ8tU5z4z4yHdF6W2C3k5vf3f\n-----END PUBLIC KEY-----\n"
    }
  },
  "required": [
    "label",
    "algorithm",
    "publicKeyPem"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/ampersand-api-create-jwt-key-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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