# Veilio Docs

## Veilio

- [Developer Platform](https://docs.veilio.xyz/readme.md): Welcome to your team’s developer platform

## Documentation

- [Welcome to Veilio !](https://docs.veilio.xyz/documentation/readme.md)
- [Quickstart](https://docs.veilio.xyz/documentation/getting-started/quickstart.md): This quickstart gives you a first end-to-end Veilio flow.
- [SDK Javascript Integration](https://docs.veilio.xyz/documentation/getting-started/sdk-js.md): Use an SDK for the fastest production integration.
- [SDK Python Integration](https://docs.veilio.xyz/documentation/getting-started/sdk-python.md)
- [HTTP Integration](https://docs.veilio.xyz/documentation/getting-started/http-integration.md): Use direct HTTP calls if you need full control.
- [Veilio Use Cases](https://docs.veilio.xyz/documentation/basics/use-cases.md): Veilio protects sensitive data by replacing raw values (email, phone, IDs, addresses…) with tokens, and by enforcing strict, auditable access when teams need to see the real value. Below are the most
- [Token Database: Search & Profiles](https://docs.veilio.xyz/documentation/basics/db-search.md)
- [Data Lifecycle: Retention and Crypto Shredding](https://docs.veilio.xyz/documentation/basics/data-lifecycle.md): Veilio supports lifecycle control for tokenized data through retention metadata and irreversible crypto shredding.
- [Dataset Access Tokens](https://docs.veilio.xyz/documentation/basics/datasets.md): Dataset Access Tokens are short-lived signed tokens designed for controlled dataset sharing. They are scoped and safer than long-lived static credentials for one-off dataset access from terminal scrip
- [Datasets Upload: CSV and JSON](https://docs.veilio.xyz/documentation/basics/datasets-uploads.md): Veilio datasets support both CSV and JSON upload formats.
- [Organizations & Teams](https://docs.veilio.xyz/documentation/basics/organizations-and-teams.md)
- [Historical Migration Mode](https://docs.veilio.xyz/documentation/great-to-know/migration.md): Import a large existing database (e.g. 150k contacts from a CRM export) without consuming your monthly plan quota. Day-to-day operations after migration still use your normal plan limits (Starter, Pro
- [Offboarding & Account Exit](https://docs.veilio.xyz/documentation/great-to-know/offboarding.md): Veilio provides a guided offboarding flow so customers can recover all plaintext data and leave without vendor lock-in. Dashboard: Settings → Compliance → « Leave Veilio » (/dashboard/offboarding).
- [Secure Export Workflow](https://docs.veilio.xyz/documentation/great-to-know/secure-export-workflow.md): This page describes the hardened GDPR/export flow implemented in Veilio.
- [Security Best Practices](https://docs.veilio.xyz/documentation/great-to-know/security-bp.md)
- [Sovereign backups](https://docs.veilio.xyz/documentation/great-to-know/sovereign-backups.md): Sovereign Backup exports an encrypted copy of your detokenization vault, your tokens and the keys needed to decrypt them, sealed with a key that only you hold.
- [Troubleshooting](https://docs.veilio.xyz/documentation/great-to-know/troubleshooting.md)
- [SIEM Integration](https://docs.veilio.xyz/documentation/webhooks/siem-integration.md)
- [Installation guide](https://docs.veilio.xyz/documentation/on-premise/installation-guide.md): This guide covers the full path from purchasing an on-premise license on the Veilio SaaS to running a self-hosted instance with Docker and a license.jwt file.
- [Go-live Checklist](https://docs.veilio.xyz/documentation/help/golive-check.md): Use this checklist before production rollout.
- [Operations: Dump Compliance](https://docs.veilio.xyz/documentation/help/operations-dump-compliance.md): This page is the practical runbook for validating SQL dumps against plaintext PII leakage.
- [Suggestions & Contact](https://docs.veilio.xyz/documentation/help/suggestions.md): We want your integration experience to be fast and smooth.

## API Reference & MCP

- [Developer Platform API](https://docs.veilio.xyz/api-mcp/readme.md)
- [Model Context Protocol (MCP)](https://docs.veilio.xyz/api-mcp/model-context-protocol-mcp.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.veilio.xyz/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.
