> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

> Deploy Corvic AI across different cloud providers and deployment models

Corvic AI offers flexible deployment options to meet your organization's security, compliance, and infrastructure requirements — from fully managed SaaS across the major clouds to running inside your own cloud environment.

<CardGroup cols={3}>
  <Card title="SaaS Multi-tenancy" icon="cloud">
    Shared, fully managed infrastructure. Fastest and most cost-effective to start.
  </Card>

  <Card title="SaaS Single-tenancy" icon="building-shield">
    A dedicated, isolated environment within Corvic's managed cloud.
  </Card>

  <Card title="BYOC" icon="server">
    Run Corvic inside your own cloud for full data residency. *(Enterprise)*
  </Card>
</CardGroup>

## Architecture Overview

The following diagram illustrates how Corvic's managed services interact with your environment:

<Frame>
  <img src="https://mintcdn.com/corvicinc/87OksJLwYas62MMQ/images/deployment-architecture.png?fit=max&auto=format&n=87OksJLwYas62MMQ&q=85&s=2a9b385beed446f4b03b15ade1c3bb23" alt="Corvic deployment architecture showing Customer Cloud & Region with Corvic Managed services, Dedicated Private Tenant VPC, and Customer VPC" width="1024" height="550" data-path="images/deployment-architecture.png" />
</Frame>

## SaaS (Software as a Service)

Corvic SaaS deployments are available across all major cloud providers, with managed infrastructure and minimal setup. Two are available as one-click marketplace listings:

<CardGroup cols={3}>
  <Card title="Google Cloud" icon="google" href="https://cloud.withgoogle.com/agentfinder/product/2c563ac0-2480-4707-894d-932d959591d1/">
    One-click deploy via Google Cloud Marketplace.
  </Card>

  <Card title="Microsoft Azure" icon="microsoft" href="https://marketplace.microsoft.com/en-us/product/saas/corvic1753289376875.13568958-a238-4718-857b-ebcdc97579b1?tab=Overview">
    One-click deploy via Azure Marketplace.
  </Card>

  <Card title="Amazon Web Services" icon="aws">
    Deploy on AWS infrastructure.
  </Card>
</CardGroup>

### Multi-tenancy

Corvic manages shared infrastructure where each customer's data and workloads are fully isolated. The Management Plane and IdP services are shared across tenants, while your data stays isolated with enterprise-grade controls.

* **Cost-effective** — shared infrastructure reduces operational costs
* **Quick setup** — rapid deployment with minimal configuration
* **Managed updates** — updates and maintenance handled by Corvic
* **Scalability** — automatic scaling based on demand

### Single-tenancy

A dedicated, isolated environment for your organization within Corvic's managed cloud. Your tenant VPC connects to Corvic's Management Plane via metadata-only communication, keeping your control and data planes dedicated.

* **Dedicated Tenant VPC** — your own isolated virtual private cloud
* **Dedicated Control Plane** — control plane reserved for your services
* **Dedicated Data Plane** — dedicated processing and storage with enhanced security
* **Custom configuration** — tailored to your specific requirements

## BYOC (Bring Your Own Cloud)

BYOC lets you host Corvic's data connector and infrastructure within your own cloud while maintaining secure connectivity to Corvic's managed services. Available on **GCP**, **AWS**, and **Azure**.

<Note>
  BYOC is available only under enterprise licensing. Contact your sales representative to discuss enterprise deployment options.
</Note>

* **Data residency** — keep your data within your own cloud environment
* **Private Link connectivity** — secure, private connection to Corvic's Private Control Plane
* **Customer VPC** — full control over your network infrastructure
* **Data connector** — deploy Corvic's data connector within your VPC
* **Compliance** — meet specific regulatory and compliance requirements

In BYOC deployments, the data connector in your Customer VPC establishes a Private Link connection to Corvic's Private Control Plane — enabling secure data transfer and control while keeping data residency within your cloud.

## Security & Compliance

Corvic is committed to maintaining the highest standards of security and compliance. Our platform is designed with security at its core, ensuring your data is protected throughout its lifecycle.

<Card title="Trust Center" icon="shield-check" href="https://trust.corvic.ai/">
  Visit our Trust Center to learn more about our security practices, compliance certifications, and data protection measures.
</Card>

### Security Features

* **End-to-end encryption**: Data encrypted in transit and at rest
* **Private connectivity**: Private Link connections for BYOC deployments
* **Access controls**: Role-based access control and identity management
* **Audit logging**: Comprehensive audit trails for all operations
* **Network isolation**: Logical and physical isolation between tenants

### Compliance

Corvic follows industry-standard compliance frameworks and certifications. For detailed information about our compliance posture, certifications, and security practices, please visit our [Trust Center](https://trust.corvic.ai/).

## Choosing the Right Deployment Model

| Deployment Model        | Best For                                                         | Data Residency       | Infrastructure Management                          |
| ----------------------- | ---------------------------------------------------------------- | -------------------- | -------------------------------------------------- |
| **SaaS Multi-tenancy**  | Small to medium organizations, cost-conscious deployments        | Corvic-managed cloud | Fully managed by Corvic                            |
| **SaaS Single-tenancy** | Organizations requiring more control and dedicated resources     | Corvic-managed cloud | Fully managed by Corvic                            |
| **BYOC**                | Enterprise organizations with strict data residency requirements | Customer cloud       | Customer-managed VPC, Corvic-managed control plane |

## Related Documentation

<CardGroup cols={2}>
  <Card title="Platform Architecture" icon="diagram-project" href="/concepts/architecture">
    Learn more about Corvic's platform architecture and components.
  </Card>

  <Card title="Getting Started" icon="rocket" href="/get-started/quickstart">
    Get started with Corvic AI deployment and setup.
  </Card>
</CardGroup>
