Configure and verify bearer API key authentication for Remix agent publishing workflows.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill remix-api-key-auth --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Remix Api Key Auth?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-remix-api-key-auth)More formats (shields.io, HTML) on the badges page.
---
name: remix-api-key-auth
description: "Configure and verify bearer API key authentication for Remix agent publishing workflows."
---
# Remix API Key Setup
Use this skill when a user needs to authenticate an external service/agent for Remix server APIs.
## Steps
1. Log in to your Remix account.
2. Go to `https://remix.gg/api-keys`.
3. Create a new API key.
4. Store it as a secret in your service runtime.
5. Send:
- `Authorization: Bearer <api_key>`
6. Use base URL `https://api.remix.gg`.
## Verification
Run a cheap authenticated call first (for example, `POST /v1/agents/games` in a test project) to verify the key works.
## Troubleshooting Invalid API Key
- Check `Authorization` is formatted as `Bearer <api_key>`.
- Re-copy the key from `https://remix.gg/api-keys` and rotate if needed.
- Verify your service is reading the expected secret/env var in the current runtime.
- Confirm the request is server-side and not exposed through browser code.
- If behavior seems inconsistent with local docs, use `https://api.remix.gg/docs` as source of truth.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。