KI-Agents generieren Arazzo-Workflows aus deinem API-Portfolio. Gap-Analyse, Use-Case-Discovery und Workflow-Erstellung in einem Schritt.
“Erstelle einen Checkout-Workflow mit Payment API und Inventory API”
// Funktionen
Business-Flow beschreiben, vollständiger Arazzo-Workflow erhalten. Steps, Parameters, Success Criteria und Error Handling — alles generiert.
Automatische Auflösung von API-Dependencies. DEPENDS_ON, PROVIDES_TO, CONSUMES_FROM — der Agent kennt den Dependency-Graph.
Legacy WSDL/SOAP Services in moderne Arazzo-Flows einweben. SOAP-Operations werden zu Workflow-Steps transformiert.
// Workflow Generation
Der KI-Agent nutzt list_api_endpoints und get_api_endpoint_detail, um deine APIs zu verstehen — und generiert daraus vollständige Arazzo-Workflows mit Steps, Parameters und Error Handling.
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
// Legacy Modernization
Der Agent liest SOAP-Operations via list_soap_operations und get_soap_operation_detail und integriert sie nahtlos in moderne Arazzo-Flows.
// Artifact Intelligence
Agents lesen Markdown, AsciiDoc und PDFs via list_capability_artifacts und get_capability_artifact. Business-Kontext und Compliance-Anforderungen fließen direkt in die Workflow-Generierung ein.
“Agentic Workflows hat unsere API-Integration revolutioniert. Ein Prompt, und der Agent hat einen kompletten Checkout-Flow aus 4 APIs zusammengebaut — inklusive Error Handling und SOAP Legacy-Integration.”
// Mehr entdecken
Erlebe die Plattform für modernes API-Management.