What is Ziet?
Ziet is a serverless platform for building and deploying AI agents. Focus on writing Python code while Ziet handles all the infrastructure, scaling, and observability.No Infrastructure
No servers, databases, or DevOps. Just write Python and deploy.
Auto-Scaling
Scale from zero to millions of requests automatically.
Built-in Integrations
Google, OpenAI, Stripe, Twilio, and more—out of the box.
Observable by Default
Track every action, memory operation, and agent decision.
How It Works
Ziet provides two powerful approaches: Agentic Approach: Build intelligent agents with Actions, Memory, and StrategiesApplication Approach: Build serverless APIs with Endpoints and Database
- Agentic
- Application
Why Ziet?
Traditional Approach
Traditional Approach
- Set up servers (EC2, ECS, Kubernetes)
- Configure databases (Postgres, Redis, Vector DB)
- Implement auth, rate limiting, monitoring
- Write boilerplate for retries, timeouts, queues
- Manage deployments, scaling, and infrastructure
With Ziet
With Ziet
- Write Python functions with
@Actiondecorator - Define agents with
@Agentdecorator - Run
ziet deploy
Get Started
1
Install Ziet
2
Write Your First Agent
Follow our quickstart guide to build a complete agent in 5 minutes.
3
Deploy