Documentation
EvenTier documentation
Practical how-tos for operating EvenTier. Every page names the exact UI surface and the permission it needs.
Set up your workspace
Signup to first routed request: intake, request types, and your first automation.
Deploy self-hosted
Helm chart, PostgreSQL, secrets, SMTP, S3 attachments, and airgap-friendly AI switches.
Build on the API
API-key auth, request CRUD, signed webhooks, and rate limits — org-scoped and audited.
Quick start
From signup to first routed request — about fifteen minutes.
- 01
Create a workspace
Create your workspace from the signup flow: you'll verify your email, then land as the org admin. Invite teammates from Settings → Users, where you assign a role, optional team scope, and notification preferences.
- 02
Wire your inbound channel
Configure the inbound email address in Settings → Channels, then alias your support@ inbox to it. Inbound parses Subject + From, threads on Message-ID, and creates a request bound to the appropriate team.
- 03
Define your first request type
Settings → Request types → New. Add custom fields (text, select, user, date), mark whether the type requires approval, and bind it to a team. Portal intake forms render the new type immediately.
- 04
Add an automation
Settings → Automations. Start from a template — payroll routing, phishing escalation, urgent alerts — or pick a trigger, add keyword or field conditions, and chain actions. Test it against a real request before enabling.
Browse by area
Core workflows
Knowledge & AI
Security & governance
Developers
Self-hosting
Common questions
Where do I find the inbound email address?
Settings → Channels. Configure the inbound email address for your org and alias your support@ inbox to it; inbound is processed at /api/email/inbound.
Can a non-admin agent build automations?
Only if their custom role includes the Manage automations permission (MANAGE_AUTOMATIONS). By default only the Admin role does. Build custom roles in Settings → Roles.
How do I disable AI entirely for a regulated environment?
Set AI_DISABLED=true. The org settings UI hides AI surfaces and the AI provider isn't initialized at boot.
Where do audit events live?
Three streams: operational audit (writes), auth audit (logins, MFA, role changes), and security events. NDJSON streaming endpoint at /api/audit/stream for SIEM.
Can’t find what you need? Email hello@eventier.io — docs gaps get fixed fast.