---
title: "Create Key"
method: POST
path: "/v3/keys"
tags: ["keys"]
---

# Create Key

`POST /v3/keys`

Create a new Key

## Query parameters

- `workspace_id` string, nullable — ID of the workspace to scope the key to
- `peer_id` string, nullable — ID of the peer to scope the key to
- `session_id` string, nullable — ID of the session to scope the key to
- `expires_at` string, date-time, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/clawdsolana/apis/honcho-api.md) · [All operations](https://skmtc.net/clawdsolana/apis/honcho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clawdsolana/honcho-api/versions/0730be052dc9/schema)
