Blumira API Patterns skillA
Blumira API Patterns is agent-read markdown (skill) from wyre-ai/msp-claude-plugins: Blumira REST API fundamentals: JWT authentication, the dual `/org/*` vs `/msp/*` path structure, suffix-based filter operators, pagination parameters and response metadata, the stateful MCP navigation tools, and HTTP error causes..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Blumira API Patterns ## Overview Blumira exposes a REST API at `https://api.blumira.com/public-api/v1` with two path groups: `/org/*` for direct organization access and `/msp/*` for MSP multi-tenant operations. The MCP server wraps these into tool calls, but understanding the underlying patterns helps construct effective queries. ## Key Concepts ### Authentication Blumira uses JWT tokens for authentication. The token is passed via the `X-Blumira-JWT-Token` header (MCP Gateway) or as a Bearer token directly against the API. ``` Authorization: Bearer <JWT_TOKEN> ``` Alternatively, for Pax8 integrations: ``` pax8ApiTokenV1: <PAX8_TOKEN> ``` **Important:** JWT tokens have expiration times. If you receive 401 errors, the token may need to be regenerated from the Blumira portal. ### Dual Path Groups | Path Group | Prefix | Use Case | |-----------|--------|----------| | Organization | `/org/*` | Direct access to a single organization's data | | MSP | `/msp/*` | Multi-tenant access across managed accounts | …
Read the whole file at its exact version.
How to install
mdr add wyre-ai/msp-claude-plugins/Blumira API Patterns@git:20260728.b7e78fcmdr add wyre-ai/msp-claude-plugins/Blumira API Patterns@sha256:7f20bddaf2404acbPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_kptyf4xp5xnr5gsm)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260728.b7e78fc latest | 2026-07-28 | b7e78fc | 5,524 B | A | view · diff |
| git:20260713.1fbd3f3 | 2026-07-13 | 1fbd3f3 | 5,567 B | A | view · diff |
| git:20260405.09d00fc | 2026-04-05 | 09d00fc | 5,574 B | A | view · diff |
| git:20260226.004fb80 | 2026-02-26 | 004fb80 | 5,350 B | B | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5524 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
wyre-ai/msp-claude-plugins · 46 stars · license Apache-2.0 · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_kptyf4xp5xnr5gsm GET https://markdownregistry.com/api/v1/resolve?ref=wyre-ai/msp-claude-plugins/Blumira API Patterns GET https://markdownregistry.com/api/v1/blob/7f20bddaf2404acb70e2d612566bf8a26fe75328d45581a6d54f72484452506a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.