Prismatic · Schema
Prismatic Instance
An instance is a deployment of an integration to a specific customer, with customer-specific configuration values.
Embedded iPaaSIntegrationWorkflowsConnectorsAI AgentsMCPCode-NativeLow-Code
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the instance |
| name | string | Name of the instance |
| description | string | Description of the instance |
| enabled | boolean | Whether the instance is currently enabled and running |
| deployed | boolean | Whether the instance has been deployed |
| needsDeploy | boolean | Whether the instance needs to be redeployed after configuration changes |
| customer | object | The customer this instance is deployed to |
| integration | object | The integration this instance is based on |
| configVariables | array | Configuration variables specific to this instance |
| flowConfigs | array | Flow-level configuration for this instance |
| labels | array | Labels applied to the instance |
| lastDeployedAt | string | Timestamp of the last deployment |
| createdAt | string | Timestamp when the instance was created |
| updatedAt | string | Timestamp when the instance was last updated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/prismatic/refs/heads/main/json-schema/instance.json",
"title": "Prismatic Instance",
"description": "An instance is a deployment of an integration to a specific customer, with customer-specific configuration values.",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the instance"
},
"name": {
"type": "string",
"description": "Name of the instance"
},
"description": {
"type": "string",
"description": "Description of the instance"
},
"enabled": {
"type": "boolean",
"description": "Whether the instance is currently enabled and running"
},
"deployed": {
"type": "boolean",
"description": "Whether the instance has been deployed"
},
"needsDeploy": {
"type": "boolean",
"description": "Whether the instance needs to be redeployed after configuration changes"
},
"customer": {
"$ref": "customer.json",
"description": "The customer this instance is deployed to"
},
"integration": {
"$ref": "integration.json",
"description": "The integration this instance is based on"
},
"configVariables": {
"type": "array",
"description": "Configuration variables specific to this instance",
"items": {
"$ref": "config-variable.json"
}
},
"flowConfigs": {
"type": "array",
"description": "Flow-level configuration for this instance",
"items": {
"type": "object",
"properties": {
"flow": {
"$ref": "flow.json"
},
"apiEndpointUrl": {
"type": "string",
"format": "uri",
"description": "Webhook endpoint URL for the flow"
}
}
}
},
"labels": {
"type": "array",
"description": "Labels applied to the instance",
"items": {
"type": "string"
}
},
"lastDeployedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the last deployment"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the instance was created"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the instance was last updated"
}
}
}
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/instance"
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.