Treblle · Schema
Treblle Project
A Treblle API monitoring project that corresponds to a monitored API instance.
AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTesting
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique project identifier |
| name | string | Project display name |
| description | string | Description of the API being monitored |
| api_id | string | Unique API ID used for SDK instrumentation |
| sdk_token | string | SDK token for authenticating Treblle SDKs in the monitored application |
| environment | string | The deployment environment this project monitors |
| total_requests | integer | Total number of API requests captured by Treblle |
| created_at | string | Timestamp when the project was created |
| updated_at | string | Timestamp when the project was last updated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/treblle/refs/heads/main/json-schema/treblle-project-schema.json",
"title": "Treblle Project",
"description": "A Treblle API monitoring project that corresponds to a monitored API instance.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique project identifier"
},
"name": {
"type": "string",
"description": "Project display name"
},
"description": {
"type": "string",
"description": "Description of the API being monitored"
},
"api_id": {
"type": "string",
"description": "Unique API ID used for SDK instrumentation"
},
"sdk_token": {
"type": "string",
"description": "SDK token for authenticating Treblle SDKs in the monitored application"
},
"environment": {
"type": "string",
"enum": ["development", "staging", "production"],
"description": "The deployment environment this project monitors"
},
"total_requests": {
"type": "integer",
"description": "Total number of API requests captured by Treblle"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the project was created"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the project was last updated"
}
},
"required": ["id", "name", "api_id", "sdk_token"]
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/treblle-project"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.