# MariaDB Cloud

## Overview

MariaDB Cloud (previously called SkySQL) is an AI-driven, fully managed Database-as-a-Service (DBaaS), designed to deploy MariaDB and MySQL-compatible workloads across diverse environments including multiple data centers, regions, and cloud providers. It now offers both traditional provisioned and serverless deployment options, catering to a wide range of use cases and workload patterns while preventing over-provisioning. With the addition of the no-code AI Agent builder, developers can easily provide natural language interfaces to their end users to ask questions of the data without SQL expertise.

Originally developed by [MariaDB](http://mariadb.com), MariaDB Cloud is aimed to be the most comprehensive cloud platform for MariaDB. Its robust feature set is the result of years of insights gathered from hundreds of customers running mission-critical workloads.

MariaDB Cloud provides MariaDB and MySQL-compatible workloads with enterprise-grade and production-ready features:

* [Serverless deployment for instant autoscaling](/docs/mariadb-cloud/readme/serverless.md#intelligent-scaling)
* [Integrated AI agents for database interaction](/docs/mariadb-cloud/cloud-ai/copilot-guide.md)
* [Automated complex database configurations](/docs/mariadb-cloud/cloud-management/config.md)
* [Cloud-native capabilities with auto-scaling](/docs/mariadb-cloud/cloud-management/autonomously-scale-compute-storage.md)
* [Global replication](/docs/mariadb-cloud/high-availability-dr/setup-global-replication.md)
* [Automated backups](/docs/mariadb-cloud/cloud-data-handling/backup-and-restore/mariadb-backup.md)
* [Advanced security with end-to-end encryption and private connectivity](/docs/mariadb-cloud/security.md)
* Compliance and governance features
* Numerous additional powerful capabilities

## MariaDB Cloud: Autonomous, Resilient, End-to-End Secure

It has:

* Sensible defaults
* Consistent configuration
* MariaDB Remote DBA

So you can:

* Start small
* Grow to extreme read-scale
* HA with load balancing
* Security by design
* Purpose-built monitoring
* Adapt to any workload
*

```mermaid
graph TD
    subgraph UI [User Interfaces]
        Portal[MariaDB Cloud Portal UI]
        MonitorUI[MariaDB Cloud Monitoring UI]
    end

    subgraph API [Developer API]
        SQL[MariaDB SQL]
        NoSQL[NoSQL]
        REST[REST API]
    end

    subgraph Cloud [MariaDB Cloud]
        MaxScale{MaxScale SQL Proxy}
        Primary[MariaDB Primary + replicas]
        Replicas[Replicas in other zones, regions]
    end

    subgraph External [External Services]
        Alerts[Alerts / Autoscale / Monitor]
        Backups[Cloud backups]
    end

    %% Entry points at the top
    UI <--> Cloud
    API <--> Cloud
    
    %% Internal Cloud Logic
    MaxScale <--> Primary
    MaxScale <--> Replicas
    
    %% Force External Services to the bottom
    Cloud ~~~ External
    Cloud --> Alerts
    Cloud --> Backups
```

## See Also

* [MariaDB Cloud Datasheet](https://mariadb.com/resources/datasheets/mariadb-cloud/)


---

# 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://mariadb.com/docs/mariadb-cloud/readme.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.
