---
title: "Create Pod"
method: POST
path: "/v0/pods"
tags: ["Pods"]
---

# Create Pod

`POST /v0/pods`

**CLI:**
```bash
agentmail pods create --client-id my-pod
```

## Request body

- PodsCreatePodRequest
  - `name` string — Name of pod.
  - `client_id` string — Client ID of pod.

## Response `200`

- PodsPod
  - `pod_id` string, required — ID of pod.
  - `name` string, required — Name of pod.
  - `updated_at` string, date-time, required — Time at which pod was last updated.
  - `created_at` string, date-time, required — Time at which pod was created.
  - `client_id` string — Client ID of pod.

## Other responses

- `400`

---

[API](https://skmtc.net/agentmail-to/apis/api.md) · [All operations](https://skmtc.net/agentmail-to/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentmail-to/api/revisions/394ddcdd9c29/schema)
