Skip to main content
Build intelligent, autonomous AI agents that understand context, take actions, and deliver results at enterprise scale.

Get Started

QuickstartCreate your first AI agent in minutes
Core ConceptsUnderstand agents, tools, and orchestration
API ReferenceIntegrate with REST APIs and SDKs

Platform Capabilities

The Agent Platform is a unified framework for developing, deploying, and managing AI-powered applications. Build everything from simple chatbots to complex multi-agent systems.
CapabilityDescription
Multi-Agent OrchestrationBuild intelligent systems where multiple AI agents collaborate autonomously. Choose supervisor or adaptive network patterns based on your needs.
Tools & IntegrationsConnect agents to external systems with workflow tools, code tools, and MCP protocol. Access any API, database, or enterprise service.
Knowledge & RAGEnable context-aware responses with retrieval-augmented generation. Connect 100+ data sources including Confluence, SharePoint, and databases.
Model HubUse any AI model—OpenAI, Anthropic, Google, or custom fine-tuned models. Manage deployments and optimize for cost and performance.
Prompt StudioDesign, test, and optimize prompts collaboratively. Compare across models, use variables, and deploy with version control.
Evaluation StudioMeasure AI performance with built-in and custom evaluators. Test models and full agentic workflows before deployment.
AI Safety & GuardrailsBuilt-in protection for toxicity, PII, prompt injection, and bias. Configure input/output scanning for compliance.
Analytics & ObservabilityMonitor performance with traces, sessions, and metrics. Debug issues and optimize with comprehensive logging.

Platform Architecture

┌──────────────────────────────────────────────────────────┐ │ User Request │ └──────────────────────────────┬───────────────────────────┘ │ ▼ ┌──────────────────────────────────────────────────────────┐ │ Orchestrator │ │ Analyzes intent, selects agents, coordinates │ └───────────────────────────────┬──────────────────────────┘ │ ┌───────────────────┼───────────────────┐ │ ▼ ▼ ▼ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ Agent A │ │ Agent B │ │ Agent C │ │ │ Specialist │ │ Specialist │ │ Specialist │ │ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │ ▼ ▼ ▼ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ Tools │ │ Knowledge │ │ Tools │ │ └─────────────┘ └──────┬──────┘ └─────────────┘ │ ▼ ┌───────────────────────────────────────────────────────────┐ │ Unified Response │ └───────────────────────────────────────────────────────────┘

Build Your First Agent

1. Create an Agentic App

name: Customer Support Bot
description: Handles customer inquiries about orders and products
model: gpt-4o

2. Add an Agent

name: Order Assistant
scope: Order status, tracking, returns, modifications
instructions: |
  You help customers with order-related questions.
  Always verify the order number before providing details.
  Be concise and friendly.

3. Connect Tools

tools:
  - get_order_status    # Fetch order details
  - track_shipment      # Get tracking info
  - initiate_return     # Start return process

4. Deploy

Publish to web widget, API, Slack, Teams, or voice channels. Start the Quickstart →

Documentation

Building Agents

SectionDescription
AgentsCreate agents with instructions, tools, and knowledge
OrchestrationSingle agent, supervisor, and adaptive network patterns
ToolsWorkflow, code, and MCP tool development
KnowledgeRAG configuration and data source connections
MemorySession and persistent state management

Platform Features

SectionDescription
ModelsConfigure OpenAI, Anthropic, Google, and custom models
Prompt StudioDesign and test prompts across models
EvaluationMeasure and improve AI quality
GuardrailsSafety scanning and compliance

Operations

SectionDescription
DeploymentVersioning, environments, and channels
AnalyticsMonitoring, traces, and metrics
API ReferenceREST API and SDK documentation