Skip to content

[feature] API Proxy #139

Description

@jpentland

It might be useful to allow setting an API proxy, to avoid leaking the API key in containerized environments.

E.g:

Outside the container:
MXBAI_API_KEY="..." mgrep proxy

Inside the container
export MXBAI_API_PROXY_URL="http://10.0.0.1:1234"

This would allow the agent to use mgrep transparently without the API key ever being accessible from within the container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions