Documentation
Decisio Docs
Everything you need to get started with AI-powered decision intelligence.
⌘K
Getting Started
Set up your account and run your first AI agent in under 10 minutes.
API Reference
Complete API documentation for integrating Decisio into your systems.
Agent Guides
Deep dive into each AI agent - Astra, Orion, Nova, Sentinel, and Pulse.
Integrations
Connect Decisio to Shopify, Zoho, Salesforce, and more.
Quick Start Guide
Get up and running in 10 minutes
1
Create Account
Sign up and configure your tenant settings
2
Connect Data
Import products, sales, and inventory data
3
Run Agents
Let AI analyze and generate decisions
Additional Resources
Developer API
Integrate Decisio into your existing systems
curl -X POST https://api.decisio.ai/v1/agents/astra/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"tenant_id": "your-tenant", "sku": "PROD-001"}'