Agents API

Get response from your Agents using HTTP requests

Method: POST

URL: https://plutofy-ai-api-b124398ff91f.herokuapp.com/v1/completion

Body:

{
  "agentId": "<agent-id>",
  "message": "<your-input>"
}

Response: JSON in the schema you defined.

Workflow trigger

If a workflow starts with Webhook trigger node, it can be triggered simply by making a GET request to the webhook URL you can find by clicking on Webhook node.

Screenshot 2025-10-05 at 11.27.27 PM.png