Managed Agents with just a push

Push, schedule, trigger, and monitor AI agents on fully managed serverless infrastructure. From your terminal to production in seconds.

Push

Package your agents and deploy to production with a single command. Versioned, validated, serverless.

# Deploy to production$ daita push → Packaging... done ✓ Deployed v4 to production ✓ 3 agents live on Lambda

Configure

Set up cron schedules, webhook triggers, and environment config, all from the CLI or dashboard.

nightly-report0 2 * * * · UTC
active
on-upload webhook/webhooks/on-upload
active

Monitor

Track every execution with distributed tracing, token usage, latency, and real-time status.

1,482Executions
3.1sAvg latency
0.4%Error rate
agent.run
llm.complete
tool.execute

One command. Fully versioned.

daita push packages your agents, uploads them, and deploys to serverless infrastructure in seconds. Every deployment is versioned so you can inspect history and roll back at any time.

Single command deploy with daita push
Dry run mode validates your bundle before any changes are applied
Full deployment history per project
Per-agent and per-workflow enabled/disabled toggles
production · deployment historylive
# Deploy to production
$ daita push
→ Packaging agents... done
→ Validating bundle... done
✓ Deployed v4 to production
✓ 3 agents · 2 workflows live on Lambda
VersionDeployedAgents / WorkflowsAction
v4current
Today 14:32 UTC3 agents · 2 workflows
active
v3
Yesterday 09:14 UTC3 agents · 2 workflows
rollback
v2
3 days ago · 11:58 UTC2 agents · 1 workflows
rollback
v1
1 week ago · 08:05 UTC2 agents · 1 workflows
rollback

Run agents on a schedule or on demand.

Define cron schedules and HTTP webhook triggers per deployment. Pause and resume schedules without redeploying. Trigger agents from any external system with a simple HTTP call.

Cron schedules backed by AWS EventBridge
Timezone aware scheduling
Pause and resume schedules from CLI or dashboard
HTTP webhook endpoints with unique slugs per agent
Enable and disable webhooks independently
SchedulesWebhooks
production · v4
Cron Schedules
nightly-report0 2 * * * · UTC
activenext: Tonight 02:00
weekly-digest0 9 * * MON · UTC
activenext: Mon 09:00
hourly-sync0 * * * * · UTC
pausednext: In 38 min
HTTP Webhooks
on-upload/webhooks/on-upload
active
on-checkout/webhooks/on-checkout
active
on-error/webhooks/on-error
disabled

Everything from your terminal

Just want to develop in the terminal? No problem. Use our many CLI commands to manage your deployments and gain insight into their operations.

daita cli
# Run an agent and follow progress
$ daita run data-processor --follow
→ Queued...
→ Running (exec_7f3a9b)...
✓ Completed in 4.2s | 1,240 tokens | $0.002
 
# Check deployment and schedule status
$ daita status
production: v4 ✓ active
3 agents • 2 workflows • 12 schedules
4 webhooks enabled
 
# View and filter operations
$ daita operations stats --period 24h
Executions: 1,482 • Avg latency: 3.1s • Errors: 0.4%
daita pushdaita rundaita statusdaita schedulesdaita webhooksdaita executionsdaita deploymentsdaita operations

Ready to deploy your first agent?

Get started in under five minutes.