---
title: "Configure Managed Oauth App"
method: PUT
path: "/v1/connections/oauth/apps/{provider_key}"
tags: ["v1", "protected", "connections"]
---

# Configure Managed Oauth App

`PUT /v1/connections/oauth/apps/{provider_key}`

Configure one platform-wide OAuth app without exposing it to tenants.

## Path parameters

- `provider_key` string, required

## Request body

- ManagedOAuthAppRequest
  - `client_id` string, required
  - `client_secret` string, required

## Response `200`

Successful Response

- ManagedOAuthAppResponse
  - `configured` boolean, required
  - `provider_key` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `a3ec5ea4a3df` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/connections/oauth/apps/:provider_key/put.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/b6dab1241c8a?raw)
