Dixa · Schema

Agent

Customer ServiceConversationalOmnichannelCXHelp DeskChatKnowledge Base

Properties

Name Type Description
id string Unique identifier for the agent
createdAt string Time when the agent was created
displayName string The agent's display name
email string The agent's primary email address
avatarUrl string The url from which to load the agent's avatar
phoneNumber string The agent's primary phone number
additionalEmails array Additional email addresses for the agent
additionalPhoneNumbers array Additional phone numbers for the agent
firstName string The agent's first name
lastName string The agent's last name
middleNames array The agent's middle names
roles array The agent's roles
View JSON Schema on GitHub

JSON Schema

agent.json Raw ↑
{
  "title": "Agent",
  "type": "object",
  "required": [
    "id",
    "createdAt",
    "displayName",
    "email"
  ],
  "properties": {
    "id": {
      "description": "Unique identifier for the agent",
      "type": "string",
      "format": "uuid"
    },
    "createdAt": {
      "description": "Time when the agent was created",
      "type": "string",
      "format": "date-time"
    },
    "displayName": {
      "description": "The agent's display name",
      "type": "string"
    },
    "email": {
      "description": "The agent's primary email address",
      "type": "string"
    },
    "avatarUrl": {
      "description": "The url from which to load the agent's avatar",
      "type": "string"
    },
    "phoneNumber": {
      "description": "The agent's primary phone number",
      "type": "string"
    },
    "additionalEmails": {
      "description": "Additional email addresses for the agent",
      "type": "array",
      "uniqueItems": true,
      "items": {
        "type": "string"
      }
    },
    "additionalPhoneNumbers": {
      "description": "Additional phone numbers for the agent",
      "type": "array",
      "uniqueItems": true,
      "items": {
        "type": "string"
      }
    },
    "firstName": {
      "description": "The agent's first name",
      "type": "string"
    },
    "lastName": {
      "description": "The agent's last name",
      "type": "string"
    },
    "middleNames": {
      "description": "The agent's middle names",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "roles": {
      "description": "The agent's roles",
      "type": "array",
      "uniqueItems": true,
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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 email required.

A second provider on the same verified email joins the account you already have.