Suger Product
A cloud marketplace product listing managed through the Suger platform.
Cloud MarketplaceGo-To-MarketSoftware-as-a-ServiceBillingEntitlementRevenueCo-Sell
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.suger.cloud/schemas/product",
"title": "Suger Product",
"description": "A cloud marketplace product listing managed through the Suger platform.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the product"
},
"orgId": {
"type": "string",
"description": "Organization ID that owns this product"
},
"name": {
"type": "string",
"description": "Display name of the product"
},
"description": {
"type": "string",
"description": "Product description shown in marketplace listings"
},
"partner": {
"type": "string",
"enum": ["AWS", "AZURE", "GCP", "SNOWFLAKE"],
"description": "Cloud marketplace partner where the product is listed"
},
"status": {
"type": "string",
"enum": ["DRAFT", "PENDING", "PUBLISHED", "UNPUBLISHED"],
"description": "Current publication status of the product"
},
"fulfillmentUrl": {
"type": "string",
"format": "uri",
"description": "URL to redirect buyers after purchasing the product"
},
"metaInfo": {
"type": "object",
"description": "Additional metadata for the product",
"additionalProperties": true
},
"dimensions": {
"type": "array",
"description": "Metering dimensions available for usage-based billing",
"items": {
"type": "object",
"properties": {
"id": { "type": "string" },
"name": { "type": "string" },
"unit": { "type": "string" }
}
}
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the product was created"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the product was last updated"
}
},
"required": ["id", "orgId", "name", "partner"],
"additionalProperties": false
}
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/suger-product"
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.