Stack AI logo

Stack AI

Free tier

Orchestrate enterprise AI agents with security, governance, and 100+ integrations — in minutes.

Enterprise·All audiences·Powered by LLM Agnostic (Anthropic, OpenAI, and others)·API available

Key strengths

Enterprise-grade security (HIPAA, GDPR, SOC 2 Type II, ISO 27001)LLM-agnostic orchestration — deploy the best model per task100+ enterprise integrations for end-to-end workflow automationHuman-in-the-loop controls for critical decision pointsFlexible deployment: multi-tenant, VPC, or on-premise
Enterprise pricing
San Francisco, USA
Founded 2022
Self-hostable
No ratings yet

Technical Setup & API Usage

Deployment Options

Stack AI supports three deployment models:

  • Multi-tenant SaaS — Fully managed, fastest to launch.
  • VPC (Virtual Private Cloud) — Isolated cloud deployment within your own infrastructure.
  • On-Premise — Full self-hosted deployment for maximum data control.

LLM Configuration

Stack AI is LLM-agnostic. Configure the model per workflow node:

{
  "node": "LLM",
  "provider": "Anthropic",
  "model": "claude-sonnet-4.5",
  "prompt": "Extract key financial figures from the uploaded report...",
  "max_tokens": 1024
}

Key Platform Features for Developers

  • RAG Pipelines: Attach document stores to agents for grounded, policy-aware responses.
  • 100+ Integrations: REST connectors to enterprise systems (CRMs, ERPs, ticketing, document management).
  • Audit Logs & Governance: All agent actions are logged; feature-level controls enforce access policies.
  • Agentic Development Life Cycle (ADLC): Version, test, and promote agents through dev/staging/prod environments similar to traditional SDLC pipelines.
  • Human-in-the-Loop API: Programmatically pause workflows pending human approval before resuming execution.