Zuplo · Schema
Zuplo Deployment
A deployment resource representing a Zuplo project deployment
AI GatewayAPI ManagementGatewaysPlatform
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Unique deployment name |
| projectName | string | The project this deployment belongs to |
| accountName | string | The account this deployment belongs to |
| branchName | string | The source branch for this deployment |
| status | string | Current deployment status |
| url | string | The deployed API endpoint URL |
| createdOn | string | Creation timestamp |
| updatedOn | string | Last update timestamp |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.com/zuplo/json-schema/zuplo-deployment-schema.json",
"title": "Zuplo Deployment",
"description": "A deployment resource representing a Zuplo project deployment",
"type": "object",
"required": ["name", "projectName"],
"properties": {
"name": {
"type": "string",
"description": "Unique deployment name"
},
"projectName": {
"type": "string",
"description": "The project this deployment belongs to"
},
"accountName": {
"type": "string",
"description": "The account this deployment belongs to"
},
"branchName": {
"type": "string",
"description": "The source branch for this deployment"
},
"status": {
"type": "string",
"enum": ["pending", "building", "deploying", "deployed", "failed"],
"description": "Current deployment status"
},
"url": {
"type": "string",
"format": "uri",
"description": "The deployed API endpoint URL"
},
"createdOn": {
"type": "string",
"format": "date-time",
"description": "Creation timestamp"
},
"updatedOn": {
"type": "string",
"format": "date-time",
"description": "Last update timestamp"
}
}
}
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/zuplo-deployment"
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.