Noxus is designed to be highly extensible. The platform can be extended using Plugins, which allow you to build custom functionality, specialized nodes, and proprietary integrations tailored to your specific requirements.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.
Examples
Here are some examples of how you can extend the platform using different plugin types:- Custom Nodes
- Integrations
- AI Models
Create Specialized NodesBuild custom nodes for domain-specific operations:
- Proprietary API integrations
- Specialized data transformations
- Industry-specific AI operations
- Custom business logic
Language-Agnostic Development
Because Noxus is built on a standardized HTTP/REST architecture, you are not limited to Python for plugin development. Any language capable of hosting an HTTP server (such as Go, Node.js, or Rust) can be used to build a Noxus-compatible plugin.HTTP Specification
The platform communicates with plugins via a well-defined HTTP interface. By implementing the required endpoints for node discovery and execution, you can integrate your own custom services directly into the Noxus workflow engine.We are currently finalizing the official Plugin HTTP Specification documentation. This will include detailed OpenAPI schemas and contract requirements for developers building plugins in non-Python languages. More information will be available soon.
Plugin Development Guide
Check the full guide to learn how to build and deploy custom plugins