# SubVerse AI ## Docs - [Background Agent](https://docs.subverseai.com/agents/background-agent.md): Build an AI agent that runs tasks asynchronously as part of automated workflows - [Background Agent Configuration](https://docs.subverseai.com/agents/background-agent-configuration.md): Full configuration reference for Background Agents - [Call History](https://docs.subverseai.com/agents/call-history.md): Track, analyze, and optimize your agent call performance - [Chat Agent](https://docs.subverseai.com/agents/chat-agent.md): Build an AI agent that communicates with users through text messages - [Chat Agent Configuration](https://docs.subverseai.com/agents/chat-agent-configuration.md): Full configuration reference for Chat Agents - [Create Your First Agent](https://docs.subverseai.com/agents/create-first-agent.md): A quick-start guide to building your first AI agent in Subverse - [Email Agent](https://docs.subverseai.com/agents/email-agent.md): Build an AI agent that reads and replies to incoming emails automatically - [Email Agent Configuration](https://docs.subverseai.com/agents/email-agent-configuration.md): Full configuration reference for Email Agents - [Voice Agent](https://docs.subverseai.com/agents/voice-agent.md): Build an AI agent that makes and receives phone calls - [Voice Agent Configuration](https://docs.subverseai.com/agents/voice-agent-configuration.md): Full configuration reference for Voice Agents - [Dynamic Inputs](https://docs.subverseai.com/agentverse/dynamic-inputs.md): Link upstream node outputs to downstream node parameters using the {{ }} expression syntax - [Introduction to AgentVerse](https://docs.subverseai.com/agentverse/introduction.md): SubVerse AI's Agent Orchestration Engine — build and run automated workflows that combine AI agents with business integrations - [Monitoring](https://docs.subverseai.com/agentverse/monitoring.md): Track orchestration runs, inspect node-level execution traces, and set up failure alerts - [Node Types](https://docs.subverseai.com/agentverse/node-types.md): Overview of all AgentVerse node categories — triggers, actions, logic, and AI nodes - [Ai agent](https://docs.subverseai.com/agentverse/nodes/ai-agent.md) - [Airtable](https://docs.subverseai.com/agentverse/nodes/airtable.md) - [Airtable trigger](https://docs.subverseai.com/agentverse/nodes/airtable-trigger.md) - [Conditions](https://docs.subverseai.com/agentverse/nodes/conditions.md) - [File upload](https://docs.subverseai.com/agentverse/nodes/file-upload.md) - [For loop](https://docs.subverseai.com/agentverse/nodes/for-loop.md) - [Http request](https://docs.subverseai.com/agentverse/nodes/http-request.md) - [Human in the loop](https://docs.subverseai.com/agentverse/nodes/human-in-the-loop.md) - [Manual trigger](https://docs.subverseai.com/agentverse/nodes/manual-trigger.md) - [Respond to webhook](https://docs.subverseai.com/agentverse/nodes/respond-to-webhook.md) - [Schedule trigger](https://docs.subverseai.com/agentverse/nodes/schedule-trigger.md) - [Shopify](https://docs.subverseai.com/agentverse/nodes/shopify.md) - [Shopify trigger](https://docs.subverseai.com/agentverse/nodes/shopify-trigger.md) - [Slack](https://docs.subverseai.com/agentverse/nodes/slack.md) - [Slack trigger](https://docs.subverseai.com/agentverse/nodes/slack-trigger.md) - [Subverse agents](https://docs.subverseai.com/agentverse/nodes/subverse-agents.md) - [Subverse ai trigger](https://docs.subverseai.com/agentverse/nodes/subverse-ai-trigger.md) - [Wait](https://docs.subverseai.com/agentverse/nodes/wait.md) - [Webhook](https://docs.subverseai.com/agentverse/nodes/webhook.md) - [Whatsapp](https://docs.subverseai.com/agentverse/nodes/whatsapp.md) - [Whatsapp trigger](https://docs.subverseai.com/agentverse/nodes/whatsapp-trigger.md) - [Quickstart](https://docs.subverseai.com/agentverse/quickstart.md): Build your first AgentVerse orchestration in 10 minutes — webhook trigger, AI processing, Slack notification - [Troubleshooting](https://docs.subverseai.com/agentverse/troubleshooting.md) - [Agent Blueprints](https://docs.subverseai.com/api-reference/agent/blueprints.md): Retrieves all available agent blueprints and their default version configurations along with workflow mappings. This endpoint provides comprehensive information about voice agents including their full configuration, version details, and which workflows they are associated with. - [Cancel Call](https://docs.subverseai.com/api-reference/direct-call/cancel.md): Cancels an outbound call that is still queued. Only calls whose call status is `call_in_queue` can be canceled. Removes the pending queued calls and updates call status to canceled. - [Get Signed URL](https://docs.subverseai.com/api-reference/direct-call/signed-url.md): Generates a secure, time-limited pre-signed URL to access a call recording. The generated link is temporary to ensure data security and prevent unauthorized access. You must provide either 'callId' or 'callRecordingUrl' in the query parameters. - [Trigger Call](https://docs.subverseai.com/api-reference/direct-call/trigger.md): Directly trigger a call without workflow - [Delete Call Request](https://docs.subverseai.com/api-reference/workflow/delete.md): Delete call request from the call queue - [Edit Call Request](https://docs.subverseai.com/api-reference/workflow/edit.md): Edit details of the call still in queue - [Trigger Call](https://docs.subverseai.com/api-reference/workflow/trigger.md): Trigger a call in the workflow - [Call Details View](https://docs.subverseai.com/call-history/call-details.md): Access detailed information for individual calls - [Call History Dashboard](https://docs.subverseai.com/call-history/dashboard.md): View and manage all call records with key metrics - [Export & Reporting](https://docs.subverseai.com/call-history/export-reporting.md): Export call data and create reports - [Call History Integrations](https://docs.subverseai.com/call-history/integrations.md): Integrate call data with external tools and platforms - [Monitoring Guide](https://docs.subverseai.com/call-history/monitoring-guide.md): Best practices for daily monitoring and quality assurance - [Troubleshooting Call Issues](https://docs.subverseai.com/call-history/troubleshooting.md): Common call issues and their solutions - [Email Channel](https://docs.subverseai.com/communication-channels/email.md): Connect an email inbox to your Email Agent to automatically reply to incoming messages - [Communication Channels](https://docs.subverseai.com/communication-channels/overview.md): Connect your agents to the channels where your customers communicate - [Voice Channel](https://docs.subverseai.com/communication-channels/voice.md): Connect inbound and outbound phone numbers to your Voice Agents via SIP trunks - [WebChat Channel](https://docs.subverseai.com/communication-channels/webchat.md): Enable automated chat responses on your website via webhooks and APIs - [WhatsApp Channel](https://docs.subverseai.com/communication-channels/whatsapp.md): Connect your WhatsApp Business account to handle automated chats via a Chat Agent - [Introduction](https://docs.subverseai.com/credentials/overview.md): Complete guide to managing credentials in SubverseAI - [Airtable API Credentials](https://docs.subverseai.com/credentials/types/airtable-api.md): How to create and configure Airtable API credentials for SubverseAI - [Airtable OAuth2 API Credentials](https://docs.subverseai.com/credentials/types/airtable-oauth2-api.md): How to create and configure Airtable OAuth2 API credentials for SubverseAI - [Airtable Token API Credentials](https://docs.subverseai.com/credentials/types/airtable-token-api.md): How to create and configure Airtable Token API credentials for SubverseAI - [Google AI API Credentials](https://docs.subverseai.com/credentials/types/google-ai-api.md): How to create and configure Google AI (Gemini) API credentials for SubverseAI - [HTTP Basic Auth Credentials](https://docs.subverseai.com/credentials/types/http-basic-auth.md): How to create and configure HTTP Basic authentication credentials for SubverseAI - [HTTP Bearer Auth Credentials](https://docs.subverseai.com/credentials/types/http-bearer-auth.md): How to create and configure HTTP Bearer authentication credentials for SubverseAI - [HTTP Header Auth Credentials](https://docs.subverseai.com/credentials/types/http-header-auth.md): How to create and configure HTTP Header authentication credentials for SubverseAI - [JWT Auth Credentials](https://docs.subverseai.com/credentials/types/jwt-auth.md): How to create and configure JWT authentication credentials for SubverseAI - [OAuth2 API Credentials](https://docs.subverseai.com/credentials/types/oauth2-api.md): How to create and configure generic OAuth2 API credentials for SubverseAI - [OpenAI API Credentials](https://docs.subverseai.com/credentials/types/openai-api.md): How to create and configure OpenAI API credentials for SubverseAI - [S3 Storage Credentials](https://docs.subverseai.com/credentials/types/s3-storage.md): How to create and configure AWS S3 storage credentials for SubverseAI - [Shopify Access Token API Credentials](https://docs.subverseai.com/credentials/types/shopify-access-token-api.md): How to create and configure Shopify Access Token API credentials for SubverseAI - [Shopify API Credentials](https://docs.subverseai.com/credentials/types/shopify-api.md): How to create and configure Shopify API credentials for SubverseAI - [Shopify OAuth2 API Credentials](https://docs.subverseai.com/credentials/types/shopify-oauth2-api.md): How to create and configure Shopify OAuth2 API credentials for SubverseAI - [SIP Credentials](https://docs.subverseai.com/credentials/types/sip-credentials.md): How to create and configure SIP credentials for SubverseAI voice communication - [WhatsApp API Credentials](https://docs.subverseai.com/credentials/types/whatsapp-api.md): How to create and configure WhatsApp API credentials for SubverseAI messaging - [WhatsApp Trigger API Credentials](https://docs.subverseai.com/credentials/types/whatsapp-trigger-api.md): How to create and configure WhatsApp Trigger API credentials for SubverseAI - [Getting Started](https://docs.subverseai.com/dashboard/getting-started.md): Learn how to access and navigate the SubVerse AI platform - [Platform Overview](https://docs.subverseai.com/dashboard/overview.md): Understanding the SubVerse AI Agentic Orchestration Platform - [API Keys](https://docs.subverseai.com/integrations/api-keys.md): API keys to inetgrate with your systems - [Introduction](https://docs.subverseai.com/integrations/introduction.md): Connect your AI agents with external systems and services - [Knowledge Base](https://docs.subverseai.com/integrations/knowledge-base.md): Manage your company knowledge base documents - [LLM Tools](https://docs.subverseai.com/integrations/llm-tools.md): Tasks you want the agents to perform during real time conversations - [Connect Shopify store](https://docs.subverseai.com/integrations/shopify-setup.md): Install SubVerse plugin and add integrate agents with your shopify store - [Telephony: Inbound and Outbound Calls](https://docs.subverseai.com/integrations/telephony.md): Integrate with your telephony system using SIP trunk - [Configure with Plivo](https://docs.subverseai.com/integrations/telephony-plivo.md): Step-by-step guide to configure Plivo SIP trunk with SubVerse - [Configure with Telnyx](https://docs.subverseai.com/integrations/telephony-telnyx.md): Step-by-step guide to configure Telnyx SIP trunk with SubVerse - [Configure with Twilio](https://docs.subverseai.com/integrations/telephony-twilio.md): Step-by-step guide to configure Twilio SIP trunk with SubVerse - [Webhooks Integration](https://docs.subverseai.com/integrations/webhooks-integration.md): Receive real-time event notifications from SubVerse AI - [Billing](https://docs.subverseai.com/monitor/billing.md): Track usage and billing info - [Customer Interactions](https://docs.subverseai.com/monitor/customer-interactions.md): Conversation history between customers and your agents - [Performance Dashboard](https://docs.subverseai.com/monitor/dashboard.md): Analyze agent level performance ## OpenAPI Specs - [openapi](https://docs.subverseai.com/api-reference/openapi.json)