Stigg · API Governance Rules
Stigg API Rules
Spectral linting rules defining API design standards and conventions for Stigg.
7 Rules
error 5
warn 2
Rule Categories
stigg
Rules
error
stigg-x-api-key-required
All Stigg API operations must require the X-API-KEY header for authentication.
$.components.securitySchemes
error
stigg-graphql-endpoint-post-only
The Stigg GraphQL endpoint (/graphql) must only accept POST requests, following GraphQL convention.
$.paths./graphql
error
stigg-request-body-required-for-graphql
All POST operations to the GraphQL endpoint must define a request body.
$.paths./graphql.post
error
stigg-response-200-required
All Stigg operations must define a 200 success response.
$.paths[*][*]
warn
stigg-operationid-camel-case
OperationIds must use camelCase.
$.paths[*][*].operationId
warn
stigg-tags-title-case
All tags must use Title Case.
$.paths[*][*].tags[*]
error
stigg-server-https
The Stigg API server must use HTTPS.
$.servers[*].url
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/stigg-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.