Barndoor · Schema

AgentResponse

AI AgentsAI GovernanceAgentic AIMCPPolicy EnforcementAuthenticationIdentitySecurityAuditControl Plane

Properties

Name Type Description
id string
created_at string
updated_at string
organization_id string
application_directory_id string
application_directory object
agent_type string Agent type classification for applications.
View JSON Schema on GitHub

JSON Schema

barndoor-agent-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgentResponse",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "title": "Id"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "title": "Created At"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "title": "Updated At"
    },
    "organization_id": {
      "type": "string",
      "format": "uuid",
      "title": "Organization Id"
    },
    "application_directory_id": {
      "type": "string",
      "format": "uuid",
      "title": "Agent Directory Id"
    },
    "application_directory": {
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid",
          "title": "Id"
        },
        "created_at": {
          "type": "string",
          "format": "date-time",
          "title": "Created At"
        },
        "updated_at": {
          "type": "string",
          "format": "date-time",
          "title": "Updated At"
        },
        "name": {
          "type": "string",
          "title": "Name"
        },
        "description": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Description"
        },
        "organization_id": {
          "type": "string",
          "format": "uuid",
          "title": "Organization Id"
        },
        "external_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "External Id"
        },
        "public": {
          "type": "boolean",
          "title": "Public"
        },
        "dcr": {
          "type": "boolean",
          "title": "Dcr"
        },
        "post_login_success": {
          "type": "boolean",
          "title": "Post Login Success"
        },
        "callbacks": {
          "anyOf": [
            {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ],
          "title": "Callbacks",
          "description": "OAuth callback URLs stored in alphanumeric ascending order"
        }
      },
      "type": "object",
      "required": [
        "id",
        "created_at",
        "updated_at",
        "name",
        "description",
        "organization_id",
        "external_id",
        "public",
        "dcr",
        "post_login_success",
        "callbacks"
      ],
      "title": "AgentDirectoryBase"
    },
    "agent_type": {
      "type": "string",
      "enum": [
        "internal",
        "external"
      ],
      "title": "AgentType",
      "description": "Agent type classification for applications."
    }
  },
  "type": "object",
  "required": [
    "id",
    "created_at",
    "updated_at",
    "organization_id",
    "application_directory_id",
    "application_directory",
    "agent_type"
  ]
}

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/barndoor-agent-response"
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.