@obiguard/n8n-nodes-obiguard
v1.0.1
Published
Obiguard community node for n8n
Downloads
1,279
Maintainers
Keywords
Readme
n8n-nodes-obiguard
This is an n8n community node. It lets you use Obiguard in your n8n workflows.
Obiguard is an AI risk governance platform that lets you deploy, manage, and invoke AI agents with built-in prompt versioning, variable substitution, and observability.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Resources Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
The package name is @obiguard/n8n-nodes-obiguard.
Operations
Obiguard AI Agent
Invokes a selected AI agent and returns its response. Supports:
- Variable substitution — map n8n data to prompt variables defined in the agent's active prompt version
- Conversation memory — connect an n8n Memory node to maintain chat history across executions
- Tool calling — connect n8n Tool nodes so the agent can call back into n8n mid-run
- Structured output — connect an n8n Output Parser node to enforce a typed response schema
Credentials
You will need an Obiguard account and an API access key.
- Log in to your Obiguard instance
- Create an Organization and a Project.
- In your Organization, set up your Environment and AI Providers.
- In your Project, set up your AI Use Case, Prompt, and AI Agent.
- Navigate to Access Keys and create a new access key.
- In n8n, create a new Obiguard API credential and fill in:
- Host URL — the base URL of your Obiguard gateway, e.g.
https://gateway.obiguard.ai - Access Key — the API key you generated above
- Host URL — the base URL of your Obiguard gateway, e.g.
The credential sends the key as the x-obiguard-api-key request header on every call.
Compatibility
Tested against n8n version 1.x. Requires n8nNodesApiVersion: 1.
Resources
Version history
See CHANGELOG.md.
