OrganizationSchema
GlitchTip OrganizationSchema
Error TrackingPerformance MonitoringUptime MonitoringApplication MonitoringOpen-SourceSentry CompatibleObservabilityLogging
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/glitchtip/main/json-schema/glitchtip-organizationschema.json",
"title": "OrganizationSchema",
"description": "GlitchTip OrganizationSchema",
"properties": {
"name": {
"description": "The name of the organization",
"maxLength": 200,
"title": "Name",
"type": "string"
},
"id": {
"title": "Id",
"type": "string"
},
"dateCreated": {
"format": "date-time",
"title": "Datecreated",
"type": "string"
},
"status": {
"additionalProperties": {
"type": "string"
},
"default": {
"id": "active",
"name": "active"
},
"title": "Status",
"type": "object"
},
"avatar": {
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"default": {
"avatarType": "",
"avatarUuid": null
},
"title": "Avatar",
"type": "object"
},
"isEarlyAdopter": {
"default": false,
"title": "Isearlyadopter",
"type": "boolean"
},
"require2fa": {
"default": false,
"title": "Require2Fa",
"type": "boolean"
},
"slug": {
"description": "The name in all lowercase, suitable for URL identification",
"maxLength": 200,
"title": "Slug",
"type": "string"
},
"isAcceptingEvents": {
"default": true,
"description": "Used for throttling at org level",
"title": "Is Accepting Events",
"type": "boolean"
},
"eventThrottleRate": {
"default": 0,
"description": "Probability (in percent) on how many events are throttled. Used for throttling at project level",
"title": "Event Throttle Rate",
"type": "integer"
}
},
"required": [
"name",
"id",
"dateCreated",
"slug"
],
"type": "object"
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/glitchtip-organizationschema"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.