stape_api
Call any Stape.io API endpoint directly by specifying the path, method, and optional payload. Provides universal access to all Stape API operations.
Instructions
Universal escape-hatch tool to invoke any Stape API endpoint directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request payload object for POST/PUT/PATCH | |
| path | Yes | API endpoint path (e.g. /v1/container or /v1/user) | |
| method | No | HTTP method: GET, POST, PUT, DELETE, PATCH | GET |