baron_native_request
Make a raw, authenticated REST call to a provider-bound API when no normalized tool fits the need.
Instructions
ESCAPE HATCH — a raw, authenticated, NON-PORTABLE provider REST call. Last resort for when no normalized tool (issue/scm/ci/notify) covers the need. You supply the provider-native method + path (+ query/body); Baron only attaches the base URL + auth and returns the (size-capped) response. Prefer the normalized tools — this is provider-specific and will not port to another provider. Only providers bound in the active policy are reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body (any shape). | |
| path | Yes | Provider-relative path, including any required api-version query. | |
| query | No | ||
| method | Yes | HTTP method (GET/POST/PATCH/…). | |
| provider | Yes | A provider bound in the policy. |