# Ziet ## Docs - [Actions](https://docs.ziet.ai/agentic/actions.md): Deep dive into Ziet Actions - serverless functions with built-in retries, timeouts, and observability - [Agents](https://docs.ziet.ai/agentic/agents.md): Build autonomous agents that orchestrate multiple actions to complete complex tasks - [Memory](https://docs.ziet.ai/agentic/memory.md): Persistent key-value storage and semantic search for sharing data across actions and agent runs - [Strategies](https://docs.ziet.ai/agentic/strategies.md): Orchestration strategies for agents: manual approval, action selection, handoffs, and critique loops - [List actions](https://docs.ziet.ai/api-reference/actions/list-actions.md): Get all actions discovered from your deployed code. Actions are @Action decorated functions that agents use to accomplish tasks. - [Get agent](https://docs.ziet.ai/api-reference/agents/get-agent.md): Retrieve agent details including input schema, available actions, and strategies. - [List agents](https://docs.ziet.ai/api-reference/agents/list-agents.md): Get all agents from your deployed code. Agents are @Agent decorated classes that orchestrate actions to accomplish complex goals. - [Deploy your code](https://docs.ziet.ai/api-reference/deployment/deploy-your-code.md): Upload your Python repository to deploy agents, actions, and endpoints. Ziet automatically discovers @Agent, @Action, and @Endpoint decorators, making them immediately available via API. - [Get endpoint](https://docs.ziet.ai/api-reference/endpoints/get-endpoint.md): Retrieve endpoint details including method, path, parameters, and authentication settings. - [Invoke endpoint](https://docs.ziet.ai/api-reference/endpoints/invoke-endpoint.md): Execute an endpoint with provided parameters. Returns the endpoint's response immediately. - [List endpoints](https://docs.ziet.ai/api-reference/endpoints/list-endpoints.md): Get all endpoints from your deployed code. Endpoints are @Endpoint decorated functions that respond to HTTP requests. - [Introduction](https://docs.ziet.ai/api-reference/introduction.md): You can access & manage all of your resources within Ziet programmatically using our externally-facing API. - [Add chunk](https://docs.ziet.ai/api-reference/memory/add-chunk.md): Store a key-value pair in memory. Values are automatically embedded and stored in a vector database for semantic search. - [Add file](https://docs.ziet.ai/api-reference/memory/add-file.md): Upload a file to memory. Files are automatically processed and made searchable. - [Delete chunk](https://docs.ziet.ai/api-reference/memory/delete-chunk.md): Remove a specific key-value pair from memory. - [Delete file](https://docs.ziet.ai/api-reference/memory/delete-file.md): Remove a file from memory. - [Search memory](https://docs.ziet.ai/api-reference/memory/search-memory.md): Semantically search through memory chunks and files using vector embeddings. - [Create run](https://docs.ziet.ai/api-reference/runs/create-run.md): Create a new agent run. The run is created but not started—call /runs/{id}/invoke to begin execution. - [Get run](https://docs.ziet.ai/api-reference/runs/get-run.md): Retrieve run details including status, output, and execution history. - [List run steps](https://docs.ziet.ai/api-reference/runs/list-run-steps.md): Get all execution steps for a run, including actions, decisions, and approvals. - [List runs](https://docs.ziet.ai/api-reference/runs/list-runs.md): Get all agent runs with optional filtering. - [Start run](https://docs.ziet.ai/api-reference/runs/start-run.md): Begin execution of a created run. The agent will start making decisions and executing actions. - [Database](https://docs.ziet.ai/application/database.md): Persistent storage across runs, agents, and endpoints - [Endpoints](https://docs.ziet.ai/application/endpoints.md): Build serverless API endpoints with the @Endpoint() decorator - [Deploying](https://docs.ziet.ai/deployment/deploying.md): Deploy your agents to production with a single command - [Invoking](https://docs.ziet.ai/deployment/invoking.md): Run your deployed agents via API, CLI, SDK, or Dashboard - [Monitoring](https://docs.ziet.ai/deployment/monitoring.md): View logs, metrics, and track agent performance - [Introduction](https://docs.ziet.ai/index.md): Ziet is the first serverless platform for building AI agents. Write Python code, deploy instantly, and scale automatically. No servers, databases, or infrastructure to manage. - [Installation](https://docs.ziet.ai/installation.md): Get started with Ziet in under a minute - [Google](https://docs.ziet.ai/integrations/google.md): Search Google, Images, News, and Maps - [Overview](https://docs.ziet.ai/integrations/overview.md): Pre-built integrations - start building immediately, no API setup required - [Quickstart](https://docs.ziet.ai/quickstart.md): Build and deploy your first AI agent in 5 minutes ## OpenAPI Specs - [openapi](https://docs.ziet.ai/api-reference/openapi.json) ## Optional - [Documentation](https://docs.ziet.ai) - [Blog](https://ziet.ai)