---
title: "Start Anthropic OAuth"
method: POST
path: "/api/projects/{projectId}/credentials/anthropic/authorize"
tags: ["Credentials"]
---

# Start Anthropic OAuth

`POST /api/projects/{projectId}/credentials/anthropic/authorize`

Start Anthropic OAuth. Accepts a JSON request body when defined and returns the resulting resource or action status.

## Path parameters

- `projectId` string, required

## Request body

- OAuthAuthorizeRequest — oAuth Authorize Request payload accepted by the API.
  - `redirectUri` string — OAuth redirect URI.

## Response `200`

Authorization URL

- OAuthAuthorizeResponse — oAuth Authorize Response payload returned by the API.
  - `url` string — URL for a browser or API client to use.
  - `verifier` string — PKCE verifier used by OAuth code exchange.
  - `state` string — OAuth state correlation value.
  - `redirectUri` string — OAuth redirect URI.

---

[API](https://skmtc.net/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.net/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
