Skip to main content
Language-agnostic HTTP API for integrating Noxus into any application or platform.

Key Features

Complete Coverage

Access all Noxus capabilities through RESTful HTTP endpoints with standard request/response patterns.

Language Agnostic

Integrate from any language or platform that can make HTTP requests (JavaScript, Java, Go, Ruby, etc.).

Webhook Support

Configure webhooks to receive real-time notifications about flow completions, agent actions, and system events.

OpenAPI Spec

Complete OpenAPI/Swagger documentation for automatic client generation and API exploration.

Common Use Cases

Build web or mobile interfaces that interact with Noxus:
Connect Noxus to your microservices architecture:
Trigger flows from external events:
Integrate AI flows into your deployment pipeline:
Connect Noxus to platforms like Zapier, Make, or n8n:
  • Create custom Zapier actions
  • Build Make.com modules
  • Add n8n nodes
  • Integrate with Pipedream flows

Authentication

All API requests require authentication via API keys provided in the X-API-KEY header:
Store API keys securely and never commit them to version control. Use environment variables or secret management systems.

Getting Started

1

Generate API Key

Create an API key from your workspace control
2

Test Connection

Make a test request to verify your credentials
3

Explore Endpoints

Browse the complete API reference
4

Implement Integration

Build your integration using the API

API Reference

Complete API documentation with all endpoints and examples