What problem does it solve? Calling third-party APIs normally requires obtaining API keys, managing credentials, and setting up billing accounts. This Skill removes that friction by proxying requests through Replit-managed passthrough billing, so authorization is handled automatically. ## Core Features & Use Cases - Managed API Access: Call external APIs through the externalApi__<connector_name> callback in code_execution without handling API keys. - Brave Image Search: Search real web image results via the Brave /res/v1/images/search endpoint with query parameters. - Media Rendering Workflow: Download image results to attached_assets/ and present them in chat using presentAsset. - Use Case: A user asks for real-world reference images of mid-century furniture. You call externalApi__brave with a search query, download the top results, and present them directly in the conversation. ## Quick Start Ask the assistant to search the web for real images on a topic and display the top results in chat.