---
title: "Create Expert Pod"
method: POST
path: "/api/experts/pods"
tags: ["v2", "experts", "experts", "private"]
---

# Create Expert Pod

`POST /api/experts/pods`

## Request body

- CreatePodRequest
  - `name` string, required

## Response `200`

Successful Response

- ExpertPod — A named group of hired experts, scoped to the owner.
  - `id` string, required
  - `name` string, required
  - `created_at` string, date-time, required

## Other responses

- `401` — Authentication required
- `409` — Duplicate pod name, or the pod limit is reached
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/2f82328f5184/schema)
