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.
Multi-Domain
Deploy agents for Retail, Fintech, or Lending with domain-specific variants.
Partner SDK
Embed Decisio into your ERP or SaaS platform with our TypeScript SDK.
Core Concepts
Integrations
API & Developers
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"}'