Workato · JSON Structure

Workato Agent Studio Skill Structure

A recipe-backed capability that can be assigned to an AI agent as a tool.

Type: object Properties: 7
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

Skill is a JSON Structure definition published by Workato, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description recipe_id folder_id created_at updated_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-agent-studio-skill-structure.json",
  "name": "Skill",
  "description": "A recipe-backed capability that can be assigned to an AI agent as a tool.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique identifier of the skill."
    },
    "name": {
      "type": "string",
      "description": "Display name of the skill."
    },
    "description": {
      "type": "string",
      "description": "Description of what this skill enables the agent to do."
    },
    "recipe_id": {
      "type": "int32",
      "description": "ID of the underlying recipe that powers this skill."
    },
    "folder_id": {
      "type": "int32",
      "description": "ID of the folder containing this skill."
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the skill was created."
    },
    "updated_at": {
      "type": "datetime",
      "description": "Timestamp when the skill was last updated."
    }
  }
}