Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- ai-coding-assistants
- claude-code
author: WSO2 API Platform Documentation Team
last_updated: 2026-07-01
last_updated: 2026-08-20
content_type: "how-to"
---

Expand All @@ -19,6 +19,9 @@ This guide explains how to configure Claude Code to send requests through WSO2 A

By routing requests through WSO2 API Platform instead of invoking Anthropic directly, you can apply security, traffic control, and governance policies such as guardrails, rate limiting, analytics, and monitoring. The Gateway acts as an intermediary, forwarding requests from Claude Code to Anthropic while enforcing these controls.

!!! note "Using a Claude Team or Claude Enterprise subscription?"
This guide covers the API key billing model, where the Gateway holds an Anthropic API key and Anthropic charges per token. If your organization pays for Claude through a subscription instead, the Gateway forwards each developer's Claude token untouched and authenticates the developer against your identity provider. For that setup, see [Configure Claude Code with AI Gateway using a Claude subscription](./claude-code-subscription-configuration-with-ai-gateway.md).

---

## Prerequisites
Expand Down
Loading