Execute any AaaS Foundry skill against your data.
Takes a skill ID from the AaaS Vault and a data payload, executes the skill in an isolated sandbox, and returns structured output. The lightest-weight agent in the Foundry — ideal for single-step automations.
Illustrative output structure — actual results depend on your data.
{
"skill_id": "email-subject-optimizer",
"input_tokens": 312,
"output": "7 optimized subject lines",
"latency_ms": 840,
"credits_used": 2
}