Skip to Content
IntegrationsIntegrations Overview

Integration Quickstarts

Connect RGL8R to your automation platform, CI/CD pipeline, or AI agent workflow.

Prerequisites (all quickstarts):

  • An active RGL8R tenant with at least one integration key (create via POST /api/integration-keys or Admin UI)
  • Your API base URL (e.g., https://api.rgl8r.com or staging equivalent)

Quickstart Guides

PlatformGuideBest For
n8nn8n QuickstartSelf-hosted workflows with polling loops, branching, and error handling. Importable SIMA template  available.
ZapierZapier QuickstartSimple trigger→action automations; limited polling support
CLICLI QuickstartCI/CD pipelines, scripted uploads, DevOps automation

Companion Docs

DocPurpose
Agent Integration KitCanonical 4-step flow (auth → enqueue → poll → fetch) with curl examples
AI Channel Playbooks (Public)Prompt templates and expected flows for Claude, ChatGPT, Copilot, and Gemini
AI Channel Validation SummaryRedacted native-run status matrix for channel readiness
Public API ContractStable contract: auth modes, job lifecycle, idempotency, error taxonomy, quotas
OpenAPI SpecMachine-readable endpoint definitions

Choosing a Platform

Need polling loops and branching? Use n8n or the CLI. Both support the full poll-until-complete pattern natively.

Simple notification on upload? Use Zapier with a single webhook action. For job completion triggers, use webhook callbacks to receive events when jobs complete, eliminating polling entirely.

CI/CD or scripted workflows? Use the CLI (@rgl8r/integration-cli). It handles auth, upload, PII sanitization, and exit codes for pipeline integration.

AI agent integration? Start with the Agent Integration Kit which covers the canonical flow. See also llms.txt for AI-discoverable platform description.


Plan ID: P12-A | Last updated: 2026-02-25