Render · Schema
workflowWithCursor
CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
Properties
| Name | Type | Description |
|---|---|---|
| workflow | object | |
| cursor | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/workflowWithCursor",
"title": "workflowWithCursor",
"type": "object",
"required": [
"workflow",
"cursor"
],
"properties": {
"workflow": {
"type": "object",
"required": [
"id",
"name",
"createdAt",
"updatedAt",
"ownerId",
"region",
"runCommand",
"buildConfig"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"ownerId": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"buildConfig": {
"type": "object",
"required": [
"buildCommand",
"repo",
"runtime"
],
"properties": {
"branch": {
"type": "string",
"description": "The branch to use for the build, if applicable."
},
"buildCommand": {
"type": "string",
"description": "The command to run to build the workflow."
},
"repo": {
"type": "string",
"description": "The repository URL to use for the build."
},
"rootDir": {
"type": "string",
"description": "The root directory of the repository to use for the build, if applicable."
},
"runtime": {
"type": "string",
"enum": [
"elixir",
"go",
"node",
"python",
"ruby"
],
"description": "The runtime environment for the workflow (e.g., node, python, etc.)."
}
}
},
"runCommand": {
"type": "string",
"description": "Command to run the workflow."
},
"region": {
"type": "string",
"enum": [
"frankfurt",
"oregon",
"ohio",
"singapore",
"virginia"
],
"default": "oregon",
"description": "Defaults to \"oregon\""
},
"environmentId": {
"type": "string"
},
"slug": {
"type": "string"
},
"autoDeployTrigger": {
"type": "string",
"enum": [
"commit",
"off",
"checksPass"
],
"default": "commit",
"description": "Controls autodeploy behavior. \"commit\" deploys when a commit is pushed to the branch. \"checksPass\" waits for CI checks to pass before deploying. \"off\" disables autodeploy."
}
}
},
"cursor": {
"$ref": "#/components/schemas/cursor"
}
}
}
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/render-workflowwithcursor"
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.