Everything you need to build with Aurora Vault
Comprehensive guides, API references, and integration tutorials — all in one place.
Quick Start Guide
Get your Aurora Vault workspace running in under 5 minutes. This guide walks you through account creation, workspace configuration, and your first automation.
1. Create your account
Visit app.auroravault.ai and sign up with your work email. You'll be placed in a 14-day full-access trial on the Team plan automatically — no credit card required.
2. Configure your workspace
Choose your workspace name, invite team members (or skip for solo), and select your primary use case. Aurora will pre-configure your dashboard layout based on your role.
3. Connect your first integration
Navigate to Settings → Integrations and connect your first app. We recommend starting with the tool you use most — Slack, Gmail, or Notion are popular first picks.
4. Run your first AI task
In the dashboard, click New Task and describe what you want to accomplish in plain English. Aurora's AI will interpret your intent and confirm the execution plan before running.
Workflow Builder
The Aurora Workflow Builder lets you create multi-step automations with a visual, no-code interface. Add triggers, actions, conditions, and AI logic nodes in any order.
Workflow Structure
Every workflow has three core components: a Trigger (what starts it), Steps (what happens), and Actions (where outputs go).
AI Logic Nodes
Insert AI decision points between steps to add intelligence. Aurora can analyze step outputs, make conditional decisions, and route workflows based on semantic understanding — not just rule matching.
API Authentication
All Aurora Vault API calls are authenticated using Bearer tokens. Generate your API key from Settings → Developer → API Keys.
Request Headers
Rate Limits
API rate limits vary by plan. Solo plans allow 100 requests/minute, Team plans allow 1,000/minute, and Enterprise plans receive custom limits. Rate limit headers are included in every response.
AI Agents
Aurora Agents are persistent AI workers that run in the background, monitor conditions, and take actions on your behalf. Each agent has a defined purpose, toolset, and memory scope.
Creating an Agent
Agents are configured through the Agents panel in your workspace, or programmatically via the API. Define their instructions in plain language, then assign tools they're allowed to use.
Agent Safety
All agents operate in sandboxed environments with explicit tool permissions. You control exactly what each agent can and cannot do. Critical actions (like sending emails or making API calls) can be gated behind human approval workflows.