vremly_request
Calls a Vremly API endpoint and returns its status and body. Authenticates with the organization's API key, respecting key permissions.
Instructions
Call a Vremly API endpoint and return its status and body. Authenticates with the configured organization API key; the organization is derived from that key, so it can only ever reach that organization's data, and the key's scopes decide what it may do (a READ key cannot write). Substitute real ids into the path — do not send {placeholders}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON request body. Ignored for GET/HEAD/OPTIONS. | |
| path | Yes | Path with real values substituted, e.g. "/projects/proj_123". | |
| query | No | Optional query string parameters. | |
| method | Yes | HTTP method, e.g. "GET" or "POST". |