What problem does it solve?
This Skill simplifies the integration of external HTTP services (like N8N, LangGraph, or custom APIs) with Orchestrator AI, providing robust request/response transformation and ensuring adherence to the A2A protocol.
Core Features & Use Cases
- External Service Wrapping: Guides the creation of API agents that act as wrappers for any external HTTP endpoint.
- Request/Response Transforms: Configures flexible transformations using template variables for requests and field extraction for responses, adapting to diverse API formats.
- Environment-Driven Webhooks: Ensures status webhook URLs are dynamically read from environment variables, preventing hardcoding issues.
- Use Case: When you need to enable an AI agent to interact with a third-party API or an internal N8N workflow, use this skill to define the API agent's configuration, including how to map inputs and extract outputs.
Quick Start
I need to create an API agent to wrap an N8N workflow. Show me how to configure the request and response transforms.