Upcoming Mid April 2026
Base URL: https://api-staging.internal-aui.io/api/api-workflow
Auth: api-key header
Generate Integration from cURL
Automatically generate an integration configuration from a cURL command.POST /v1/api-integration/generate
Headers
| Header | Value |
|---|---|
Content-Type | application/json |
api-key | API workflow key |
Request Body
The cURL command to parse and generate an integration from.
Scope identifiers.
Variables to substitute in the cURL command.
Tool metadata.
Email of the user creating the integration.
cURL
Best Practices
- Use complete cURL commands — Include all headers, query parameters, and request body in the cURL string. The generator parses the full command to build the integration schema.
- Write a clear
tool.goal— The goal is used by the neuro-symbolic engine to decide when to activate the tool. Be specific: “Fetch product details by SKU from the inventory API” is better than “Get data.” - Use
variablesfor dynamic values — Extract API keys, user IDs, and other dynamic values into thevariablesarray rather than hardcoding them in the cURL string. This makes the integration reusable. - Review generated integration before saving — The generator creates a best-effort integration config. Always review the output and adjust request/response mappings before pushing it to agent settings.
- Prefer this over manual integration creation — The generator handles header parsing, body schema extraction, and URL decomposition automatically. It’s faster and less error-prone than building
settingsobjects by hand.
