Language-agnostic HTTP API for integrating Noxus into any application or platform.Documentation Index
Fetch the complete documentation index at: https://docs.noxus.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Frontend Applications
Frontend Applications
Build web or mobile interfaces that interact with Noxus:
Microservices Integration
Microservices Integration
Connect Noxus to your microservices architecture:
Webhook Automation
Webhook Automation
Trigger flows from external events:
CI/CD Integration
CI/CD Integration
Integrate AI flows into your deployment pipeline:
Third-Party Integrations
Third-Party Integrations
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 theX-API-KEY header:
Getting Started
API Reference
Complete API documentation with all endpoints and examples