Workato · Arazzo Workflow
Workato Turn a Recipe into a Genie Skill
Version 1.0.0
Convert an existing recipe into a skill and assign it to an AI agent.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
recipe-to-genie-skill
Create a skill from a recipe and assign it to a genie.
Confirms a recipe exists, converts it into a skill, verifies the skill, and assigns the skill to the target genie.
1
getRecipe
$sourceDescriptions.developerApi.getRecipe
Confirm the source recipe exists before converting it into a skill.
2
createSkill
$sourceDescriptions.agentStudioApi.createSkill
Convert the recipe into a recipe-backed skill.
3
confirmSkill
$sourceDescriptions.agentStudioApi.getSkill
Read the created skill back to confirm the conversion succeeded.
4
assignSkill
$sourceDescriptions.agentStudioApi.assignSkillsToGenie
Assign the new skill to the genie as an actionable tool.
Source API Descriptions
openapi