---
title: "automations.execute"
method: POST
path: "/capabilities/automations.execute"
tags: ["Capabilities"]
---

# automations.execute

`POST /capabilities/automations.execute`

Create an automation from a natural language description. Approval includes the generated automation details before creation.

## Request body

- object
  - `naturalLanguageAutomation` string, required — Natural language description of the automation to create

## Response `200`

Successful response

- object
  - `success` boolean
  - `code` integer
  - `data` object
    - `result` object — Capability-specific result

## Other responses

- `400` — Invalid input
- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.net/receiptor/apis/receiptor-ai-api.md) · [All operations](https://skmtc.net/receiptor/apis/receiptor-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/receiptor/receiptor-ai-api/versions/da17f0eb65a2/schema)
