Back to ROGUE ai

API Reference

Programmatic control over your ROGUE ai orchestrator.

REST API & Webhooks

The ROGUE ai API allows you to trigger agent operations, query execution states, and stream responses directly into your own applications. We provide comprehensive REST endpoints secured via Bearer token authentication.

  • POST /v1/agents/invoke – Programmatically trigger an agent thought loop.
  • GET /v1/sessions/:id – Retrieve the step-by-step memory trace of an execution.
  • POST /v1/knowledge/ingest – Feed structured context directly into the global vector database.
  • Webhook registrations for real-time artifact and payload delivery.