# Copyright AGNTCY Contributors (https://github.com/agntcy) # SPDX-License-Identifier: Apache-2.0 openapi: 3.1.0 info: title: Agentic Workflows API version: 1.0.0 description: | Agentic workflows catalog, instance lifecycle, internal event ingress, and SSE. Path parameters for instance-scoped routes use a bare UUID (WorkflowInstancePathId); JSON payloads and response fields use full InstanceId URIs (instance://...) per schema/jsonschemas/event_v1.json. servers: - url: / tags: - name: agentic-workflows description: Single API surface - patterns, use-cases, workflows, instances, events. paths: $ref: paths/agentic-workflows.yaml#/paths components: $ref: components/schemas.yaml#/components