Skip to content

Conversation

Shlokyy4
Copy link

Title: Feat #1690: Add API tool proxy env var overwrite

Description:
This PR addresses #1690 by adding proxy support to the API tool in application/tools/api_tool.py, using requests with API_PROXY_URL env var or proxy_url parameter.

Key Changes:

  • Added proxy_url parameter to execute_action for overrides.
  • Implemented proxy logic in _make_api_call using os.getenv("API_PROXY_URL").
  • Updated .env.example with API_PROXY_URL.

Notes:

Copy link

vercel bot commented Sep 25, 2025

@Shlokyy4 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Sep 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nextra-docsgpt Building Building Preview Comment Sep 25, 2025 5:06am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Feature: API tool proxy env var overwrite

1 participant