docs: sync built-in credential services with sbx secret set#25473
docs: sync built-in credential services with sbx secret set#25473dvdksn wants to merge 2 commits into
Conversation
Update the built-in services table to match the services `sbx secret set` recognizes and the domains the proxy injects for. - Add cursor, droid, and openrouter services - Fix nebius domain (api.studio.nebius.ai -> api.studio.nebius.com) - List the full set of API domains each service authenticates for, taken from the agent network.serviceDomains blocks and the proxy service detector defaults in docker/sandboxes bedrock is intentionally omitted; it is contributed only by the flag-gated claude-bedrock agent and is not yet GA. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The diff updates the built-in credential services table in the credentials page to add cursor, droid, and openrouter services, fixes the Nebius domain from .ai to .com, and expands the API domains column for anthropic, aws, github, google, and openai. The PR description states all values were verified against the docker/sandboxes source repo.
No style violations, markdown formatting issues, or content accuracy problems were found in the changed lines. The Nebius domain correction (api.studio.nebius.ai → api.studio.nebius.com) is explicitly noted in the PR description as an intentional fix verified against source.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The PR updates the built-in credential services table with new services (cursor, droid, openrouter), expanded API domain lists, and a corrected Nebius domain. No style violations, markdown issues, vendored-file edits, or content accuracy problems were found. The changes are factual, concise, and match the existing document's tone and scope.
The opencode aws credential service can't authenticate a Bedrock request (no SigV4 signing, no secret key) and is being removed at the source. Drop the corresponding row so the table only lists services that actually work. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8199489 to
c9688da
Compare
What
Updates the built-in services table on the Credentials page so it matches what
sbx secret setrecognizes and the domains the proxy actually injects credentials for.cursor,droid, andopenrouterservicesnebiusAPI domain (api.studio.nebius.ai→api.studio.nebius.com)anthropicalso coversconsole.anthropic.com,claude.ai, andmcp-proxy.anthropic.com)awsrow — that service can't authenticate a Bedrock request and is being removed at the source