# Zeus > Zeus: Your Next-Gen, All-in-One, Agentic AI Partner ## Docs - [Invoke Agent](https://docs.zeus.agentspro.cn/en/api-reference/agent/invoke.md): Agent mode invocation — supports tool calling, automatic planning, and SSE streaming response - [Resume Agent](https://docs.zeus.agentspro.cn/en/api-reference/agent/resume.md): Resume an interrupted Agent execution — continue after HITL approval - [Get API Token](https://docs.zeus.agentspro.cn/en/api-reference/auth/api-token.md): Obtain a JWT Token using email and password — for external callers to directly access the AI Backend - [Refresh Token](https://docs.zeus.agentspro.cn/en/api-reference/auth/refresh-token.md): Exchange a refresh token for a new access token (JWT) — for Desktop and iOS native clients - [Feishu Config](https://docs.zeus.agentspro.cn/en/api-reference/channels/feishu-config.md): Get the current Feishu channel configuration status (redacted) - [Feishu Health](https://docs.zeus.agentspro.cn/en/api-reference/channels/feishu-health.md): Feishu channel health check - [Feishu Webhook](https://docs.zeus.agentspro.cn/en/api-reference/channels/feishu-webhook.md): Feishu event subscription webhook — URL verification and message receiving - [Delete Document](https://docs.zeus.agentspro.cn/en/api-reference/documents/delete-document.md): Delete a document and all its associated data - [Get Document](https://docs.zeus.agentspro.cn/en/api-reference/documents/get-document.md): Get document details (including processing status) - [Get Document Chunks](https://docs.zeus.agentspro.cn/en/api-reference/documents/get-document-chunks.md): Get all semantic chunks of a document - [Get Document Content](https://docs.zeus.agentspro.cn/en/api-reference/documents/get-document-content.md): Get the raw text content of a document (preview) - [List Documents](https://docs.zeus.agentspro.cn/en/api-reference/documents/list-documents.md): List documents in a knowledge base - [Process Document](https://docs.zeus.agentspro.cn/en/api-reference/documents/process-document.md): Trigger document processing (async) — parsing, chunking, and vectorization - [Upload Document](https://docs.zeus.agentspro.cn/en/api-reference/documents/upload-document.md): Upload a document to a knowledge base - [Create Knowledge Base](https://docs.zeus.agentspro.cn/en/api-reference/knowledge-base/create-knowledge-base.md): Create a new knowledge base - [Delete Knowledge Base](https://docs.zeus.agentspro.cn/en/api-reference/knowledge-base/delete-knowledge-base.md): Delete a knowledge base and all its data - [Get Knowledge Base](https://docs.zeus.agentspro.cn/en/api-reference/knowledge-base/get-knowledge-base.md): Get knowledge base details - [List Knowledge Bases](https://docs.zeus.agentspro.cn/en/api-reference/knowledge-base/list-knowledge-bases.md): List all knowledge bases for the current user - [Update Knowledge Base](https://docs.zeus.agentspro.cn/en/api-reference/knowledge-base/update-knowledge-base.md): Update knowledge base information - [Bind Node to Session](https://docs.zeus.agentspro.cn/en/api-reference/nodes/bind-node.md): Bind a node to a session - [Browser Extension Status](https://docs.zeus.agentspro.cn/en/api-reference/nodes/browser-status.md): Check whether the browser extension is connected - [Call Browser Tool](https://docs.zeus.agentspro.cn/en/api-reference/nodes/call-browser-tool.md): Invoke a browser extension tool via WebSocket JSON-RPC - [Call Desktop Tool](https://docs.zeus.agentspro.cn/en/api-reference/nodes/call-desktop-tool.md): Invoke a desktop application tool via WebSocket JSON-RPC - [Desktop App Status](https://docs.zeus.agentspro.cn/en/api-reference/nodes/desktop-status.md): Check whether the desktop application is connected - [Get Node](https://docs.zeus.agentspro.cn/en/api-reference/nodes/get-node.md): Get details of a single node - [Get Session Node](https://docs.zeus.agentspro.cn/en/api-reference/nodes/get-session-node.md): Get the node assigned to a session - [List Nodes](https://docs.zeus.agentspro.cn/en/api-reference/nodes/list-nodes.md): List a user's nodes (browser extensions / desktop applications) - [Unbind Node](https://docs.zeus.agentspro.cn/en/api-reference/nodes/unbind-node.md): Unbind a node from a session - [List Scheduled Jobs](https://docs.zeus.agentspro.cn/en/api-reference/scheduled-tasks/list-jobs.md): Get all scheduled jobs (for debugging) - [Sync Task](https://docs.zeus.agentspro.cn/en/api-reference/scheduled-tasks/sync-task.md): Sync scheduled tasks to the scheduler (internal API) - [Trigger Task](https://docs.zeus.agentspro.cn/en/api-reference/scheduled-tasks/trigger-task.md): Manually trigger task execution (for debugging) - [Agent Tools](https://docs.zeus.agentspro.cn/en/api-reference/search/agent-tools.md): Agent tools — search_knowledge_base and parse_resource_file - [Preview Chunks](https://docs.zeus.agentspro.cn/en/api-reference/search/preview-chunks.md): Preview chunking results (for client-side debugging) - [Search Knowledge Base](https://docs.zeus.agentspro.cn/en/api-reference/search/search.md): RAG retrieval — dual-path recall + RRF fusion ranking - [Validate MCP Server](https://docs.zeus.agentspro.cn/en/api-reference/tools/mcp-validate.md): Validate MCP server connection and retrieve the list of tools and prompts - [OAuth Token Exchange](https://docs.zeus.agentspro.cn/en/api-reference/tools/oauth-exchange.md): Exchange an authorization code for an OAuth access token - [WebSocket Gateway](https://docs.zeus.agentspro.cn/en/api-reference/websocket/websocket-gateway.md): WebSocket Gateway — Real-time connections and tool calls for browser extensions, desktop apps, and web clients - [Feishu](https://docs.zeus.agentspro.cn/en/documentation/channels/feishu.md): Zeus Feishu Digital Twin - Auto-Reply & Message Synchronization - [Overview](https://docs.zeus.agentspro.cn/en/documentation/channels/overview.md): Zeus Multi-Channel Message Integration - Feishu, Slack, Discord, and more - [Artifacts](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/artifacts.md): Zeus Structured Tool Return Format - [Coding Mode](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/coding.md): Zeus Coding Mode - AI-powered web application development with live preview - [Context](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/context.md): Zeus Context System — Context assembly, token management, and window optimization - [Backend](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/file-system/backend.md): Zeus CloudDriveBackend storage solution - [Checkpoint](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/file-system/checkpoint.md): Zeus Checkpoint state persistence - [File System](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/file-system/overview.md): Zeus file system architecture - [Human-in-the-Loop](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/hitl.md): Zeus Human-in-the-Loop — Auto-Run Modes & Tool Approval Mechanism - [Document Processing](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/knowledge-base/document-processing.md): Document Processing Pipeline — Multi-format Parsing, SmartChunker Intelligent Chunking, Processing Configuration - [Overview](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/knowledge-base/overview.md): Zeus Knowledge Base System Overview — Agentic RAG Architecture & Technology Stack - [Retrieval](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/knowledge-base/retrieval.md): Retrieval Strategy — Dual-path Recall, RRF Fusion Ranking, BM25 3-tier Cache - [Vector Store](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/knowledge-base/vector-store.md): Vector Storage — PostgreSQL pgvector, User-level Embedding Configuration - [Memory](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/memory.md): Zeus Memory System — Architecture, Implementation & Personalization - [Message Queue](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/messages/message-queue.md): Zeus message queue — user message queueing, conversation rollback, event persistence and concurrency control - [Messages](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/messages/messages.md): Zeus message flow — the complete data pipeline from user input to AI response - [Retry Policy](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/messages/retry-policy.md): Zeus error handling and retry strategies - [Streaming and Chunking](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/messages/streaming.md): Zeus SSE streaming — event streams, chunking strategies, and frontend consumption - [Middleware](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/middleware.md): Zeus DeepAgents Middleware System - [Models](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/models.md): Zeus Model Configuration & Management - [Skills](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/skills.md): Zeus Skills Progressive Instruction System — Three-Phase Loading, Connector Skills, Skill Tools - [Sub-Agent](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/sub-agent.md): Zeus Sub-Agent — Task Delegation & Parallel Execution - [System Prompt](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/system-prompt.md): Zeus System Prompt — The complete instruction set built for every Agent run - [Tools](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/tools.md): Zeus Tool System - [Video Workspace](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/video-workspace.md): Multi-model video generation pipeline with Storyboard and Timeline workspace - [Website Development & Deployment](https://docs.zeus.agentspro.cn/en/documentation/core-capabilities/website.md): Zeus Website — End-to-end web development from scaffolding to deployment - [Agent Loop](https://docs.zeus.agentspro.cn/en/documentation/fundamentals/agent-loop.md): Zeus Agent Execution Loop — Complete Data Flow from User Message to Streaming Response - [Agent Runtime](https://docs.zeus.agentspro.cn/en/documentation/fundamentals/agent-runtime.md): Zeus Agent Runtime — Architecture, Workspace, Session Management & Operating Modes - [Architecture](https://docs.zeus.agentspro.cn/en/documentation/fundamentals/architecture.md): Zeus System Architecture — Two-tier Backend, Multi-client, Communication Protocols & Data Flow - [Bootstrapping](https://docs.zeus.agentspro.cn/en/documentation/fundamentals/bootstrapping.md): Zeus Agent Bootstrapping — Workspace & Context Preparation Before Each Run - [What is Zeus?](https://docs.zeus.agentspro.cn/en/documentation/get-started/what-is-zeus.md): Zeus: Your Next-Gen, All-in-One, Agentic AI Partner - [Authentication](https://docs.zeus.agentspro.cn/en/documentation/infra/auth.md): Zeus Inter-Service JWT Authentication - [Automated Tasks](https://docs.zeus.agentspro.cn/en/documentation/infra/automation.md): Schedule AI Agent to execute tasks automatically at specified times - [Container Isolation](https://docs.zeus.agentspro.cn/en/documentation/infra/container-isolation.md): How Zeus Desktop isolates command execution using containers - [MCP Integration](https://docs.zeus.agentspro.cn/en/integrations/overview.md): Connect external AI tools to Zeus via Model Context Protocol - [Overview](https://docs.zeus.agentspro.cn/en/platforms/android/overview.md): Zeus Android Application - [Overview](https://docs.zeus.agentspro.cn/en/platforms/chrome-extension/overview.md): Zeus Browser Operator - Browser automation extension - [Overview](https://docs.zeus.agentspro.cn/en/platforms/cli/overview.md): Zeus Command Line Interface - [Browser Fingerprint](https://docs.zeus.agentspro.cn/en/platforms/desktop/browser-fingerprint.md): Customize and spoof browser fingerprints for anti-detection and privacy - [Browser Profiles](https://docs.zeus.agentspro.cn/en/platforms/desktop/browser-profiles.md): Manage multiple isolated browser profiles for independent browsing environments - [Overview](https://docs.zeus.agentspro.cn/en/platforms/desktop/overview.md): Zeus Desktop application documentation - [Proxy IP](https://docs.zeus.agentspro.cn/en/platforms/desktop/proxy-ip.md): Configure proxy servers to route browser traffic through different IP addresses - [Recording](https://docs.zeus.agentspro.cn/en/platforms/desktop/recording.md): Browser action recording, editing, parameterization and replay - [RPA Workflow](https://docs.zeus.agentspro.cn/en/platforms/desktop/rpa-workflow.md): Publish recorded browser workflows as MCP tools for AI Agent remote invocation - [Overview](https://docs.zeus.agentspro.cn/en/platforms/ios/overview.md): Zeus iOS Application - [Authentication](https://docs.zeus.agentspro.cn/en/platforms/web/auth.md): Zeus user authentication system (Better Auth) - [Database](https://docs.zeus.agentspro.cn/en/platforms/web/database.md): Zeus database architecture and Drizzle ORM - [Overview](https://docs.zeus.agentspro.cn/en/platforms/web/overview.md): Zeus Web Platform Overview ## OpenAPI Specs - [openapi](https://docs.zeus.agentspro.cn/api-reference/openapi.json)