5 min read

Core Capabilities

AIPI gives your applications a complete, production-grade backend. Every capability below is a backend service your systems consume through a simple API — no servers to build, no infrastructure to manage.


Database Operations

Connect your application to any database configured in Vantage. AIPI supports the full range of data operations against all connected database types.

OperationDescription
QueryRun read queries against connected databases and receive structured results
InsertWrite new records to a database table or collection
UpdateModify existing records based on conditions
DeleteRemove records from a database
SyncBi-directional sync between your application data and Vantage-managed databases

Supported Database Types

PostgreSQL, MySQL, MSSQL, MongoDB, DynamoDB, Firestore, and Redis — all manageable through the same AIPI interface regardless of the underlying database engine.

Key Benefit: Your app doesn't need database drivers, connection strings, or backend code. Intuidy is the database layer — AIPI handles connection management, query execution, and response formatting for you.


Workflow Execution

Trigger and manage Vantage workflows from your application. Workflows are backend logic pipelines built with 170+ drag-and-drop nodes — or created programmatically via the REST API from your agentic IDE.

OperationDescription
TriggerStart a workflow execution with input data from your application
MonitorCheck the status of a running workflow
Retrieve OutputGet the results of a completed workflow
ScheduleSet up recurring workflow executions

What Workflows Can Do

Workflows combine data processing, AI analysis, communication, and integration actions into automated pipelines. Common workflow patterns include:

See Workflow Nodes for the full node reference.


AI Agent Operations

Deploy and interact with AI agents that have access to your data, integrations, and custom instructions.

OperationDescription
Send MessageSend a message to a deployed agent and receive a response
Deploy AgentConfigure and launch an agent with specific skills and data access
Agent StatusCheck whether an agent is active and view its configuration
Conversation HistoryRetrieve past interactions with an agent

What Agents Can Do

Agents are AI-powered assistants with access to platform capabilities. Each agent can:

See Agents for the full agent system documentation.


Integration Access

Access any connected third-party service through a unified AIPI interface.

CategoryServicesOperations
CommunicationSlack, Teams, Gmail, OutlookSend/read messages, manage channels
Cloud StorageGoogle Drive, OneDrive, AWS S3Upload/download files, list contents
Project ManagementJira, AsanaCreate/update issues, list projects
Social MediaInstagram, Meta, X, Reddit, ThreadsRead posts, publish content, analyze engagement
CommerceStripe, Shopify, QuickBooksManage orders, customers, invoices
CalendarGoogle Calendar, Outlook CalendarCreate/read events, manage schedules
AI ProvidersOpenAI, Claude, Gemini, MistralText generation, analysis, embeddings

Custom Integrations via API Builder

For services not natively supported, use the API Builder to create custom integrations with any REST API. Custom integrations become available through AIPI just like built-in ones.

See API Builder for the full guide.


Event-Driven Triggers

Set up event listeners that fire when specific actions occur in Vantage:

Event TypeDescriptionExample
Record CreatedFires when a new record is inserted into a databaseTrigger a welcome email when a new customer is added
Record UpdatedFires when an existing record is modifiedRecalculate totals when an order status changes
Workflow CompletedFires when a workflow finishes executionPush results to your frontend in real time
Agent ResponseFires when an AI agent completes a responseStream agent responses to your application's chat UI
Threshold ReachedFires when a monitored metric crosses a defined boundaryAlert when inventory drops below minimum levels

File & Document Operations

Read and write files across connected storage services:

OperationDescription
UploadPush files from your application to connected cloud storage
DownloadRetrieve files and documents from storage
ListBrowse file directories and metadata
ExtractPull text, tables, and structured data from PDFs and documents
GenerateCreate CSV, Excel, JSON, PDF, and text files from workflow data

Dashboard Data Access

Read and push data to Vantage dashboards:

OperationDescription
Read Tile DataRetrieve the underlying data from any dashboard tile
Push DataSend data from your application into a dashboard for visualization
Read ConfigurationGet tile settings, filters, and layout information

Next Steps