# Introduction to ZYBER

### What is ZYBER?

ZYBER is a **private AI execution and access layer** that allows users and teams to interact with modern AI systems without exposing their personal devices, network identities, or local environments.

{% hint style="info" %}
**Core concept:** ZYBER creates a structural separation between you and AI platforms by relocating all AI activity into a controlled cloud workspace that operates independently from your real system.
{% endhint %}

### The Mental Model

When you use ZYBER, you interact with AI through an **encrypted cloud session** that completely separates:

| What's Protected | How It's Protected                           |
| ---------------- | -------------------------------------------- |
| Your real device | AI never touches your local machine          |
| Your identity    | Web3 login, no email/password required       |
| Your data        | All operations happen in isolated workspaces |
| Your network     | AI providers see ZYBER, not your IP          |
| Your finances    | Crypto payments, no card exposure            |

### What ZYBER Is

✅ A privacy-first AI workspace infrastructure

✅ An execution layer that isolates AI operations from your system

✅ A Web3-native platform with wallet-based authentication

✅ A crypto payment abstraction for AI services

✅ A development environment for safe AI-assisted coding

### What ZYBER Is Not

❌ ZYBER does not provide its own AI models

❌ ZYBER does not compete with OpenAI, Anthropic, Google, or other model vendors

❌ ZYBER is not a VPN or simple proxy service

❌ ZYBER is not a cryptocurrency trading platform

### Who Is ZYBER For?

| User Type                   | Use Case                                      |
| --------------------------- | --------------------------------------------- |
| **Developers**              | Safe vibecoding without local execution risks |
| **Privacy-Conscious Users** | Interact with AI without identity exposure    |
| **Teams**                   | Managed AI access with separation of concerns |
| **Researchers**             | Long-running agents without device exposure   |

### How It Changes AI Usage

Traditional AI workflows blur the boundary between external systems and your personal computing environment. ZYBER fundamentally changes this by ensuring:

1. **No local code execution** - AI-generated code runs in the cloud, not on your machine
2. **No dependency installation** - Packages install in isolated workspaces, not your system
3. **No identity leakage** - AI platforms see ZYBER's environment, not yours
4. **No payment exposure** - Crypto credits replace direct card payments


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zybersec.pro/introduction/introduction-to-zyber.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
