Package Information
Downloads: 2 weekly / 30 monthly
Latest Version: 0.1.0
Author: OverseeX Team
Available Nodes
Documentation
n8n-nodes-overseex
n8n community node for OverseeX - AI Agent Monitoring & Testing Platform.
Installation
Community Node (Recommended)
- Go to Settings > Community Nodes
- Click Install a community node
- Enter:
n8n-nodes-overseex - Click Install
Manual Installation
npm install n8n-nodes-overseex
Features
- Create Agents - Register AI agents for monitoring
- Send Traces - Record agent executions and outputs
- Get Insights - Retrieve agent performance data
- Coordination Analysis - Detect multi-agent coordination issues
- ML Suggestions - Get AI-powered fix suggestions
Credentials
- Get your API key from OverseeX Dashboard
- In n8n, go to Credentials > Add Credential
- Select OverseeX API
- Enter your API key
Operations
Agent
| Operation | Description |
|---|---|
| Create | Create a new agent |
| Get | Get an agent by ID |
| List | List all agents |
Trace
| Operation | Description |
|---|---|
| Create | Send a trace (agent execution record) |
| Get | Get a trace by ID |
| List | List traces with optional filters |
Coordination
| Operation | Description |
|---|---|
| Analyze | Analyze traces for coordination issues |
| Get Issues | Get detected coordination issues |
| Get Suggestions | Get ML-powered fix suggestions |
Example Workflows
1. Monitor OpenAI Calls
[HTTP Request: OpenAI] → [OverseeX: Create Trace]
2. Multi-Agent Pipeline with Analysis
[Agent 1] → [Agent 2] → [Agent 3] → [OverseeX: Analyze Coordination]
3. Webhook-triggered Trace Collection
[Webhook] → [OverseeX: Create Trace] → [Respond to Webhook]
Resources
License
MIT