Synchronous tool execution proxy. The external agent calls this endpoint with its API key (bearer), names a tool, and receives the tool’s result inline. Used by LangGraph / CrewAI / Composio integrations.
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Target URL for the outbound call.
HTTP method to use against the target.
GET, POST, PUT, PATCH, DELETE Named credential from the workspace vault to inject on the outbound request.
Request body to forward to the target. Null for GET/DELETE.