You're viewing a demo portfolio

Join the waitlist
PRSM

create_scoped_key

Active

Tool of Chronary

declared in 1.0.0

Create an agent-scoped API key (chr_ak_*) that can only act on behalf of a single agent. Use this to self-provision or rotate per-agent credentials. The plaintext key is returned exactly once in the response — store it immediately, it cannot be retrieved later. Requires an org-level API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "agent_id"
  ],
  "properties": {
    "label": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1,
      "description": "Human-readable label for the key"
    },
    "agent_id": {
      "type": "string",
      "pattern": "^agt_",
      "description": "Agent ID this key is scoped to"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chronary

https://github.com/Chronary/chronary-mcp

2/7 registries
View full server →
create_scoped_key — Chronary — PRSM MCP