From 947d58c5b66261a062b91a43de5f5985abc2ccc2 Mon Sep 17 00:00:00 2001 From: unknown <> Date: Tue, 7 Jul 2026 17:06:10 +0000 Subject: [PATCH] docs(openrouter-oauth): document key_label query param on /auth Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- skills/openrouter-oauth/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/openrouter-oauth/SKILL.md b/skills/openrouter-oauth/SKILL.md index 97e14eb..e7a48f9 100644 --- a/skills/openrouter-oauth/SKILL.md +++ b/skills/openrouter-oauth/SKILL.md @@ -47,6 +47,7 @@ https://openrouter.ai/auth?callback_url={url}&code_challenge={challenge}&code_ch | `callback_url` | Your app's URL (where the user returns after auth) | | `code_challenge` | The S256 challenge from Step 1 | | `code_challenge_method` | Always `S256` | +| `key_label` | Optional. Pre-fills the API key label shown on the consent page (the user can still edit it). Defaults to your app's title. | ### Step 3: Handle the redirect back