---
title: "[Beta] Create an axon."
method: POST
path: "/v1/axons"
tags: ["axons"]
---

# [Beta] Create an axon.

`POST /v1/axons`

[Beta] Create a new axon.

## Request body

- AxonCreateParams
  - `name` string, nullable — (Optional) Name for the axon.

## Response `200`

OK

- AxonView
  - `id` string, required — The axon identifier.
  - `name` string, nullable — The name of the axon.
  - `created_at_ms` integer, required — Creation time in milliseconds since epoch.

---

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