Hatchet · Schema
Tenant
Hatchet Tenant entity, derived from the Hatchet OpenAPI spec.
Task QueueWorkflow EngineDurable ExecutionBackground TasksAI AgentsOrchestrationPostgreSQLOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| metadata | object | |
| name | string | The name of the tenant. |
| slug | string | The slug of the tenant. |
| analyticsOptOut | boolean | Whether the tenant has opted out of analytics. |
| alertMemberEmails | boolean | Whether to alert tenant members. |
| version | object | The version of the tenant. |
| environment | object | The environment type of the tenant. |
| serverUrl | string | The server URL for the tenant (includes scheme) |
| region | string | Control-plane shard region for the tenant (e.g. aws:us-west-2). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/hatchet/json-schema/hatchet-tenant-schema.json",
"title": "Tenant",
"description": "Hatchet Tenant entity, derived from the Hatchet OpenAPI spec.",
"properties": {
"metadata": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "the id of this resource, in UUID format",
"example": "bb214807-246e-43a5-a25d-41761d1cff9e",
"minLength": 0,
"maxLength": 36
},
"createdAt": {
"type": "string",
"description": "the time that this resource was created",
"format": "date-time",
"example": "2022-12-13T15:06:48.888358-05:00"
},
"updatedAt": {
"type": "string",
"description": "the time that this resource was last updated",
"format": "date-time",
"example": "2022-12-13T15:06:48.888358-05:00"
}
},
"required": [
"id",
"createdAt",
"updatedAt"
]
},
"name": {
"type": "string",
"description": "The name of the tenant."
},
"slug": {
"type": "string",
"description": "The slug of the tenant."
},
"analyticsOptOut": {
"type": "boolean",
"description": "Whether the tenant has opted out of analytics."
},
"alertMemberEmails": {
"type": "boolean",
"description": "Whether to alert tenant members."
},
"version": {
"$ref": "#/components/schemas/TenantVersion",
"description": "The version of the tenant."
},
"environment": {
"$ref": "#/components/schemas/TenantEnvironment",
"description": "The environment type of the tenant."
},
"serverUrl": {
"type": "string",
"description": "The server URL for the tenant (includes scheme)"
},
"region": {
"type": "string",
"description": "Control-plane shard region for the tenant (e.g. aws:us-west-2)."
}
},
"required": [
"metadata",
"name",
"slug",
"version"
],
"type": "object"
}
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/hatchet-tenant"
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.