Agentic Workflows

From analysis to workflow.
Automatically.

AI agents generate Arazzo workflows from your API portfolio. Gap analysis, use case discovery, and workflow creation in one step.

app.api-portal.io/workflows/generate
KI-Agent Prompt
User

“Erstelle einen Checkout-Workflow mit Payment API und Inventory API”

Agent Analysiere 4 APIs...
Generiere Arazzo-Workflow...
Generated Workflow: checkout-flow
1
check-inventory
GET /inventory/{sku}
2
create-payment
POST /payments
3
confirm-order
POST /orders
4
send-notification
POST /notifications
6
Workflow tools
Arazzo-specific AI analysis
Multi-API
Orchestration
cross-capability workflows
Arazzo v1.0
Standard
OpenAPI Initiative
End-to-End
Automation
analysis, design, generation

// Features

What Agentic Workflows delivers.

Workflow Generation

Describe a business flow, get a complete Arazzo workflow. Steps, parameters, success criteria, and error handling — all generated.

Dependency Resolution

Automatic resolution of API dependencies. DEPENDS_ON, PROVIDES_TO, CONSUMES_FROM — the agent knows the dependency graph.

SOAP Modernization

Weave legacy WSDL/SOAP services into modern Arazzo flows. SOAP operations are transformed into workflow steps.

// Workflow Generation

Prompt to workflow. In seconds.

The AI agent uses list_api_endpoints and get_api_endpoint_detail to understand your APIs — and generates complete Arazzo workflows with steps, parameters, and error handling.

  • Natural language workflow description
  • Automatic endpoint analysis
  • Generated success criteria
  • Built-in error handling
checkout-flow.arazzo.yaml

arazzo: "1.0.0"

info:

  title: Checkout Flow

  version: "1.0.0"

 

workflows:

  - workflowId: checkout-flow

    steps:

      - stepId: check-inventory

        operationId: getInventory

        successCriteria:

          - condition: $statusCode == 200

        onSuccess:

          - name: proceed

            type: goto

            stepId: create-payment

 

      - stepId: create-payment

        operationId: createPayment

        successCriteria:

          - condition: $statusCode == 201

        onFailure:

          - name: retry

            type: retry

            retryAfter: 1

            retryLimit: 3

app.api-portal.io/workflows/soap-transform
WSDL Legacy Operation
<operation name="processPayment">
<input message="PaymentRequest"/>
<output message="PaymentResponse"/>
</operation>
Arazzo Generated Step
- stepId: process-payment
operationId: processPayment
parameters:
- name: amount
in: body
successCriteria:
- condition: $statusCode == 200

// Legacy Modernization

SOAP meets Arazzo. Finally.

The agent reads SOAP operations via list_soap_operations and get_soap_operation_detail and integrates them seamlessly into modern Arazzo flows.

  • Parse WSDL automatically
  • SOAP operations as steps
  • Mixed REST + SOAP flows
  • Legacy compatibility

// Artifact Intelligence

More than specs. Documentation included.

Agents read Markdown, AsciiDoc, and PDFs via list_capability_artifacts and get_capability_artifact. Business context and compliance requirements feed directly into workflow generation.

  • Read Markdown/AsciiDoc
  • Process PDFs
  • Include business context
  • Factor in compliance documents
app.api-portal.io/capabilities/cap-001/artifacts
Capability Artifacts
API-Guidelines.md
Markdown 12 KB
Integration-Guide.adoc
AsciiDoc 24 KB
Compliance-Report.pdf
PDF 156 KB
Release-Notes.txt
Text 4 KB
“Agentic Workflows revolutionized our API integration. One prompt, and the agent built a complete checkout flow from 4 APIs — including error handling and SOAP legacy integration.”
85% faster workflow creation

// Explore more

Related Features.

Ready for AI-generated API workflows?

Experience the platform for modern API management.