Wing Security · Schema

AI Agent

An AI agent or tool discovered by Wing Security's AI discovery engine.

AI SecurityIdentity Threat DetectionITDRSaaS SecuritySSPMSupply Chain Security

Properties

Name Type Description
id string Unique identifier for the AI agent.
name string The name of the AI agent or tool.
type string The type of AI agent.
vendor string The provider or vendor of the AI agent.
owner string The organizational owner or team responsible for this agent.
discoveryMethod string How Wing Security discovered this agent (e.g., IdP integration, API monitoring).
permissions array Permissions and data access granted to this AI agent.
dataAccess array Types of data this agent can access (e.g., Email, Code, Customer Data).
riskScore integer Risk score based on permissions, behavior, and threat intelligence.
riskLevel string Categorical risk assessment for this AI agent.
status string Governance status of the AI agent.
threatIndicators array Threat indicators detected for this agent mapped to MITRE ATT&CK.
firstSeen string Timestamp when this agent was first discovered.
lastSeen string Timestamp of most recent observed activity.
View JSON Schema on GitHub

JSON Schema

wing-security-ai-agent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/wing-security/blob/main/json-schema/wing-security-ai-agent-schema.json",
  "title": "AI Agent",
  "description": "An AI agent or tool discovered by Wing Security's AI discovery engine.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the AI agent."
    },
    "name": {
      "type": "string",
      "description": "The name of the AI agent or tool."
    },
    "type": {
      "type": "string",
      "enum": ["Code Assistant", "Workflow Agent", "Chat Assistant", "Data Agent", "DevOps Agent", "Custom Agent"],
      "description": "The type of AI agent."
    },
    "vendor": {
      "type": "string",
      "description": "The provider or vendor of the AI agent."
    },
    "owner": {
      "type": "string",
      "description": "The organizational owner or team responsible for this agent."
    },
    "discoveryMethod": {
      "type": "string",
      "description": "How Wing Security discovered this agent (e.g., IdP integration, API monitoring)."
    },
    "permissions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "resource": { "type": "string" },
          "accessLevel": { "type": "string" },
          "sensitive": { "type": "boolean" }
        }
      },
      "description": "Permissions and data access granted to this AI agent."
    },
    "dataAccess": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Types of data this agent can access (e.g., Email, Code, Customer Data)."
    },
    "riskScore": {
      "type": "integer",
      "minimum": 0,
      "maximum": 100,
      "description": "Risk score based on permissions, behavior, and threat intelligence."
    },
    "riskLevel": {
      "type": "string",
      "enum": ["Critical", "High", "Medium", "Low", "Unknown"],
      "description": "Categorical risk assessment for this AI agent."
    },
    "status": {
      "type": "string",
      "enum": ["Approved", "Unapproved", "Blocked", "Under Review", "Shadow"],
      "description": "Governance status of the AI agent."
    },
    "threatIndicators": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": { "type": "string" },
          "description": { "type": "string" },
          "mitreTechnique": { "type": "string" }
        }
      },
      "description": "Threat indicators detected for this agent mapped to MITRE ATT&CK."
    },
    "firstSeen": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when this agent was first discovered."
    },
    "lastSeen": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of most recent observed activity."
    }
  },
  "required": ["id", "name", "type", "riskLevel", "status"]
}

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/wing-security-ai-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.