Holds connection configuration for the E2B API.
Build one with E2bEx.client/1 (or E2bEx.Client.new/1) and pass it as the
first argument to every resource function.
Summary
Functions
Build a client.
Types
Functions
Build a client.
Options
:api_key(required) — E2B API key sent as theX-API-Keyheader.:base_url— defaults tohttps://api.e2b.app.:req_options— extra options merged into everyReqrequest (e.g. a:plugfor testing, or:retry/:receive_timeout).
Falls back to Application.get_env(:e2b_ex, key) for any option not given.
Req's automatic retries are disabled by default; pass
req_options: [retry: :safe_transient] to re-enable them.