Skip to main content
Deploy agents as a local FastAPI server using praisonai deploy run --type api.

Quick Start - CLI

1

Install PraisonAI

2

Set API Key

3

Initialize Deploy Config

4

Deploy

Expected Output:
5

Verify

Quick Start - SDK

1

Create Deploy Script

2

Run

Deploy from YAML

agents.yaml with Deploy Config

API Config Options

CLI Flags

Background Mode

Run the API server in background:

Deploy Methods (SDK)

Status & Management

Check Status (CLI)

Expected Output:

Stop Server

Agent.launch() Method

For simple single-agent deployments:
Output:

Agents.launch() Method

For multi-agent deployments:
Output:

launch() Parameters

Verify Deployment

Troubleshooting