Skip to main content

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 Strategies
Application Approach: Build serverless APIs with Endpoints and Database
Deploy and invoke:

Why Ziet?

  • 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
Result: Weeks of work before writing agent logic.
  • Write Python functions with @Action decorator
  • Define agents with @Agent decorator
  • Run ziet deploy
Result: Production-ready agents in minutes.

Get Started

1

Install Ziet

2

Write Your First Agent

Follow our quickstart guide to build a complete agent in 5 minutes.
3

Deploy

Key Features

Actions

Serverless functions with built-in retries, timeouts, and error handling.
Learn more about Actions →

Agents

Autonomous agents that orchestrate multiple actions to complete complex tasks.
Learn more about Agents →

Memory

Built-in key-value and semantic search for agent state.
Learn more about Memory →

Endpoints

Serverless API endpoints—like AWS Lambda, but simpler.
Learn more about Endpoints →

Database

Persistent storage across all runs, agents, and endpoints.
Learn more about Database →

Integrations

Pre-built integrations with popular services.
View all integrations →

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