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
Write Your First Agent
Follow our quickstart guide to build a complete agent in 5 minutes.
Key Features
Actions
Serverless functions with built-in retries, timeouts, and error handling.Agents
Autonomous agents that orchestrate multiple actions to complete complex tasks.Memory
Built-in key-value and semantic search for agent state.Endpoints
Serverless API endpoints—like AWS Lambda, but simpler.Database
Persistent storage across all runs, agents, and endpoints.Integrations
Pre-built integrations with popular services.Next Steps
Actions
Serverless actions
Agents
Intelligent agents
Memory
Temporary storage
Strategies
Agent orchestration
Endpoints
REST API endpoints
Database
Persistent storage
Integrations
Built-in integrations
API Reference
API documentation