Support account API keys across Python VIP clients - #7
Open
KillerQueen-Z wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add account API authentication to all 22 synchronous/asynchronous VIP entrypoints, including the native OpenAI/Anthropic wrappers, media, search, phone/voice and enrollment clients.
api_key/BLOCKRUN_API_KEYnow bypass wallet discovery and signing; explicit private keys preserve wallet mode. New wallet defaults prefer Solana while respecting saved selections and existing Base-only wallets.The shared transport binds credentials to the API origin, strips payment/placeholder headers, preserves native SDK errors and SSE, authenticates initial media submissions and polling, and refuses wallet-owned asset listing without a wallet. README links signup, keys and credits and explains account billing boundaries. Keep the official SDKs on their httpx-compatible majors and pin the tested Solana signer combination.
Validation: 124 local tests pass, wheel/sdist build and brand checks pass. Live production smoke tests passed OpenAI sync JSON/SSE, Anthropic sync, async OpenAI, async Anthropic SSE and media catalog account auth using isolated wallet state. Production Responses SSE/video polling are not claimed green: acceptance remains blocked on deployment/configuration of Enterprise #10.
Ready for review. No version bump, publication, merge or deployment.