---
title: "Register Automation"
method: POST
path: "/v1/internal/automations/register"
---

# Register Automation

`POST /v1/internal/automations/register`

## Headers

- `x-internal-api-key` string, required

## Request body

- RegisterAutomationRequest
  - `organization_id` string, required
  - `automation_id` string, required
  - `automation_subdomain` string, required
  - `crewai_version` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/crewai/apis/crewai-ferry.md) · [All operations](https://skmtc.net/crewai/apis/crewai-ferry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crewai/crewai-ferry/revisions/a4e588bd08fe/schema)
