---
title: "Create a user-owned agent profile"
method: POST
path: "/api/v1/agents"
tags: ["agent-infra"]
---

# Create a user-owned agent profile

`POST /api/v1/agents`

## Request body

- object
  - `slug` string
  - `name` string, required
  - `description` string
  - `websiteUrl` string
  - `systemPrompt` string
  - `watermarkText` string
  - `stylePreset` string
  - `locale` string

## Response `201`

Agent profile created

## Other responses

- `400` — Validation error
- `401` — Authentication required
- `409` — Slug conflict

---

[API](https://skmtc.net/memesio/apis/memesio-api-contracts.md) · [All operations](https://skmtc.net/memesio/apis/memesio-api-contracts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memesio/memesio-api-contracts/revisions/826e6edbf294/schema)
