Execute Workflow
Run a multi-agent workflow with input data and return results in real-time.
Please wait while we prepare your experience
APIs, SDKs, and integrations for production AI workflows. Ship multi-agent automation in minutes, not months.
Run a multi-agent workflow with input data and return results in real-time.
Run a multi-agent workflow with input data and return results in real-time.
Get all available workflows and their configurations for your organization.
Retrieve all available AI agents and their capabilities for workflow composition.
Monitor execution status and retrieve results for long-running workflows.
Complete Python SDK with type hints, async support, and comprehensive examples.
Node.js and browser-compatible SDK with full TypeScript support.
Seamlessly integrate AkioudAI workflows with your Salesforce CRM and data.
Connect support tickets and knowledge base with AI-powered automation.
Complete example of building a customer support agent with auto-triage and responses.
Build a sales agent that enriches leads and updates CRM automatically.
Test endpoints, explore parameters, and see responses in real-time.
Test endpoints and see responses
Detailed documentation for every endpoint, parameter, and response.
workflow
stringrequiredThe workflow identifier to execute
"support_ticket"
input
objectrequiredInput data for the workflow
{"ticket":"Order not received","customer":"cust_7890"}
agents
arraySpecific agents to use (defaults to workflow default)
["classifier","researcher","responder"]
{
"execution_id": "string",
"status": "string",
"result": "object",
"metrics": "object"
}
1234567891011curl -X POST https://api.akioudai.com/v1/execute \ -H "Authorization: Bearer ak_live_sk_..." \ -H "Content-Type: application/json" \ -d '{ "workflow": "support_ticket", "input": { "ticket": "Order not received", "customer": "cust_7890" }, "agents": ["classifier", "researcher", "responder"] }'
1234567891011121314import akioudai client = akioudai.AkioudAI(api_key="ak_live_sk_...") response = client.execute( workflow="support_ticket", input={ "ticket": "Order not received", "customer": "cust_7890" }, agents=["classifier", "researcher", "responder"] ) print(response.result)
1234567891011121314const akioudai = require('akioudai'); const client = new akioudai.AkioudAI('ak_live_sk_...'); const response = await client.execute({ workflow: 'support_ticket', input: { ticket: 'Order not received', customer: 'cust_7890' }, agents: ['classifier', 'researcher', 'responder'] }); console.log(response.result);
Connect AkioudAI with 50+ popular business tools. Set up integrations in minutes, not hours.
Sync leads, opportunities, and customer data with AI-powered automation
Automate ticket routing, responses, and knowledge base updates
Enrich contacts, update deals, and automate marketing workflows
Get AI-powered notifications and automate team communications
Integrate AI workflows with your Teams workspace and meetings
We're constantly adding new integrations. Request one or build your own with our API.
Security, governance, observability, and deployment options for regulated environments.
Monthly updates with new endpoints, SDKs, and integration guides. No spam.