Bud Financial · API Governance Rules
Bud Financial API Rules
Spectral linting rules defining API design standards and conventions for Bud Financial.
6 Rules
error 1
warn 4
Rule Categories
bud
Rules
warn
bud-paths-kebab-case
Bud API paths use kebab-case segments (e.g. /open-banking/v2/refresh, /account-access-consents).
$.paths.*~
warn
bud-versioned-paths
Bud API paths must contain a version segment such as v1, v2, v3, or beta.
$.paths.*~
warn
bud-operation-summary-title-case
Bud operation summaries should be in Title Case (matches the existing API reference style).
$.paths[*][get,post,put,patch,delete].summary
error
bud-operation-tag-required
Every operation must have at least one tag to anchor it under a Bud product surface.
$.paths[*][get,post,put,patch,delete]
warn
bud-oauth2-security
Non-OAuth endpoints (everything except /v1/oauth/token) must declare a security requirement.
$.paths[?(@property != '/v1/oauth/token')][get,post,put,patch,delete]
hint
bud-task-id-pattern
Asynchronous endpoints expose the task identifier as `{task_id}` consistently.
$.paths.*~
Spectral Ruleset
Work with this as data
Every ruleset 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 spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset 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.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/bud-co-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.