Treblle · JSON Structure

Treblle Project Structure

Structural documentation for Treblle Project and API monitoring objects

Type: object Properties: 0
AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTesting

Treblle Project Structure is a JSON Structure definition published by Treblle.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Treblle Project Structure",
  "description": "Structural documentation for Treblle Project and API monitoring objects",
  "type": "object",
  "structure": {
    "Project": {
      "id": { "type": "string", "description": "Unique project identifier" },
      "name": { "type": "string", "description": "Project name" },
      "description": { "type": "string" },
      "api_id": { "type": "string", "description": "API ID for SDK instrumentation" },
      "sdk_token": { "type": "string", "description": "SDK token for authentication" },
      "environment": { "type": "string", "enum": ["development", "staging", "production"] },
      "total_requests": { "type": "integer" },
      "created_at": { "type": "string", "format": "date-time" },
      "updated_at": { "type": "string", "format": "date-time" }
    },
    "ApiRequest": {
      "id": { "type": "string" },
      "method": { "type": "string" },
      "url": { "type": "string", "format": "uri" },
      "status_code": { "type": "integer" },
      "response_time": { "type": "number", "description": "Milliseconds" },
      "ip_address": { "type": "string" },
      "has_errors": { "type": "boolean" },
      "created_at": { "type": "string", "format": "date-time" }
    },
    "GovernanceResult": {
      "overall_score": { "type": "integer", "range": "1-100" },
      "overall_grade": { "type": "string", "enum": ["A", "B", "C", "D", "F"] },
      "design_score": { "type": "integer" },
      "security_score": { "type": "integer" },
      "performance_score": { "type": "integer" },
      "issues": {
        "type": "array",
        "items": {
          "rule": { "type": "string" },
          "severity": { "type": "string" },
          "message": { "type": "string" },
          "path": { "type": "string" }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/treblle-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.