---
title: "Register Endpoint"
method: POST
path: "/register"
tags: ["Agent Registration"]
---

# Register Endpoint

`POST /register`

Register a new agent client (RFC 7591).

## Request body

- RegisterRequest — POST /register request body.
  - `client_name` string, required
  - `grant_types` string[], nullable
  - `jwks` object, required
  - `scope` string, nullable
  - `token_endpoint_auth_method` string, nullable

## Response `201`

Successful Response

- RegisterResponse — POST /register 201 response.
  - `client_id` string, required
  - `grant_types` string[]
  - `registration_access_token` string, required
  - `registration_client_uri` string, required
  - `status` string, required
  - `token_endpoint_auth_method` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/7cc96b2f28d4/schema)
