---
title: "Dynamic Client Registration"
method: POST
path: "/api/v1/oauth/register"
tags: ["OAuth"]
---

# Dynamic Client Registration

`POST /api/v1/oauth/register`

Dynamic Client Registration (RFC 7591) — required by MCP spec.

RFC 7591 §3.2.1 mandates HTTP 201 Created on success and that the
response echo all registered metadata plus any server-provisioned
fields (notably client_id_issued_at). Strict DCR clients (e.g.
Smithery's) reject responses that don't match.

## Response `201`

Successful Response

- unknown

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
