AlphaSense · JSON Structure

Alphasense Workflow Agent Structure

A pre-built or customer-defined Workflow Agent exposed by the AlphaSense Agent API.

Type: object Properties: 5 Required: 2
Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

WorkflowAgent is a JSON Structure definition published by AlphaSense, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description inputs outputs

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/alphasense/refs/heads/main/json-structure/alphasense-workflow-agent-structure.json",
  "name": "WorkflowAgent",
  "description": "A pre-built or customer-defined Workflow Agent exposed by the AlphaSense Agent API.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "inputs": { "type": "object" },
    "outputs": { "type": "object" }
  },
  "required": ["id", "name"]
}