---
title: "Set Claude Api Key"
method: PUT
path: "/v1/organizations/organization/claude-api"
tags: ["Organisations"]
---

# Set Claude Api Key

`PUT /v1/organizations/organization/claude-api`

## Request body

- SetClaudeApiKeyRequest
  - `ApiKey` string, required
  - `Model` string, required

## Response `200`

Successful Response

- ClaudeApiConfigResponse
  - `IsConfigured` boolean, required
  - `Model` string, nullable
  - `AvailableModels` object[]
  - `CreditExhausted` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/3274aa9b0e51/schema)
