Thoughtly · Schema
Thoughtly Agent
Schema for the Thoughtly Agent (formerly Interview) object. Agents are AI voice or chat workflows configured in the Thoughtly agent builder.
Voice AIChat AIConversational AIAI AgentsOutbound CallingInbound CallingLead ConversionSMSWhatsAppCRMTelephony
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the Agent (also referred to as interview_id). |
| title | string | Human-readable title of the Agent. |
| status | string | Lifecycle status of the Agent. |
| channel | string | Primary channel handled by the Agent. |
| phone_number | string | Phone number assigned to the Agent for inbound or outbound calls. |
| voice_id | string | Identifier of the voice (TTS) used by the Agent. |
| nodes | array | Decision-tree nodes that define the Agent's conversation flow. |
| variables | object | Variables referenced inside the Agent script. |
| outcomes | array | Labeled outcomes the Agent can classify a call into (e.g., booked, qualified, voicemail, DNQ). |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/thoughtly/thoughtly-agent-schema.json",
"title": "Thoughtly Agent",
"description": "Schema for the Thoughtly Agent (formerly Interview) object. Agents are AI voice or chat workflows configured in the Thoughtly agent builder.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the Agent (also referred to as interview_id)."
},
"title": {
"type": "string",
"description": "Human-readable title of the Agent."
},
"status": {
"type": "string",
"enum": ["ACTIVE", "ARCHIVED"],
"description": "Lifecycle status of the Agent."
},
"channel": {
"type": "string",
"enum": ["voice", "chat", "omnichannel"],
"description": "Primary channel handled by the Agent."
},
"phone_number": {
"type": "string",
"description": "Phone number assigned to the Agent for inbound or outbound calls."
},
"voice_id": {
"type": "string",
"description": "Identifier of the voice (TTS) used by the Agent."
},
"nodes": {
"type": "array",
"description": "Decision-tree nodes that define the Agent's conversation flow.",
"items": { "type": "object", "additionalProperties": true }
},
"variables": {
"type": "object",
"additionalProperties": true,
"description": "Variables referenced inside the Agent script."
},
"outcomes": {
"type": "array",
"items": { "type": "string" },
"description": "Labeled outcomes the Agent can classify a call into (e.g., booked, qualified, voicemail, DNQ)."
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": true
}
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/thoughtly-agent"
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.