# RelytONE docs ## Docs - [LLM Access](https://docs-relytone.data.cloud/ai-tools/llm.md) - [Relyt MCP](https://docs-relytone.data.cloud/ai-tools/mcp.md): Connect AI assistants to RelytONE using the Model Context Protocol - [Get Organization Details](https://docs-relytone.data.cloud/api-reference/organizations/get-organization-details.md): Get detailed information of an organization by id - [Get Organizations List](https://docs-relytone.data.cloud/api-reference/organizations/get-organizations-list.md): Get list of organizations that the user has access to - [Update Organization Information](https://docs-relytone.data.cloud/api-reference/organizations/update-organization-information.md): Update basic information of an organization - [Create Database](https://docs-relytone.data.cloud/api-reference/project-resources/create-database.md): Create a new database under the specified project - [Get Compute Resource Details](https://docs-relytone.data.cloud/api-reference/project-resources/get-compute-resource-details.md): Get detailed information of a specific compute resource - [Get Compute Resource Metrics](https://docs-relytone.data.cloud/api-reference/project-resources/get-compute-resource-metrics.md): Get performance metrics data for compute resources - [Get Project Compute Resources List](https://docs-relytone.data.cloud/api-reference/project-resources/get-project-compute-resources-list.md): Get all compute resources for a project - [Get Project Databases List](https://docs-relytone.data.cloud/api-reference/project-resources/get-project-databases-list.md): Get all databases for a project - [Create New Project](https://docs-relytone.data.cloud/api-reference/projects/create-new-project.md): Create a new project under the specified organization - [Delete Project](https://docs-relytone.data.cloud/api-reference/projects/delete-project.md): Soft delete project (mark as deleted) - [Get Project Details](https://docs-relytone.data.cloud/api-reference/projects/get-project-details.md): Get detailed information of a project by id - [Get Projects List](https://docs-relytone.data.cloud/api-reference/projects/get-projects-list.md): Get list of projects for the specified organization - [Update Project Information](https://docs-relytone.data.cloud/api-reference/projects/update-project-information.md): Update basic information of a project - [Create API Key](https://docs-relytone.data.cloud/api-reference/user/create-api-key.md): Create a new API key for the current user - [Delete API Key](https://docs-relytone.data.cloud/api-reference/user/delete-api-key.md): Delete the specified API key - [Get User API Keys List](https://docs-relytone.data.cloud/api-reference/user/get-user-api-keys-list.md): Get all API keys for the current user - [RelytONE API](https://docs-relytone.data.cloud/api/api-introduction.md) - [Manage API Keys](https://docs-relytone.data.cloud/api/api-key.md) - [Own Your AI Coding Assistant: A Self-Hosted, Open-Source Code Agent](https://docs-relytone.data.cloud/blog/code-agent.md) - [How to configure Relyt ONE in Dify?](https://docs-relytone.data.cloud/blog/dify-work-flow.md) - [Use n8n to Chat with Your RelytONE Database](https://docs-relytone.data.cloud/blog/n8n-chat-database.md) - [TPC-H Benchmark: One-Click Verification of Relyt ONE Analytics Performance](https://docs-relytone.data.cloud/blog/tpch-benchmark-en.md): Quickly evaluate Relyt ONE OLAP capabilities using the pre-configured TPC-H 1GB dataset - [Branching](https://docs-relytone.data.cloud/docs/branch.md): Instantly create isolated environments for development, testing, and recovery. - [Connect Database](https://docs-relytone.data.cloud/docs/connect.md): This guide explains how to connect to Relyt (PostgreSQL‑compatible) using psql, popular drivers, and GUI tools. It covers general connection settings and security, where to find your connection parameters, and concise examples plus troubleshooting for common clients. - [Create a Project](https://docs-relytone.data.cloud/docs/create-project.md) - [Extensions](https://docs-relytone.data.cloud/docs/extensions/index.md): Seamlessly access popular PostgreSQL ecosystem tools within RelytONE. - [PGMQ](https://docs-relytone.data.cloud/docs/extensions/pgmq.md): Build reliable message queues directly inside Postgres using the Postgres Message Queue extension, fully managed on Relyt ONE. - [PostGIS](https://docs-relytone.data.cloud/docs/extensions/postgis.md): Get started with PostGIS in Relyt ONE for powerful geospatial data analysis and operations. - [TimescaleDB](https://docs-relytone.data.cloud/docs/extensions/timescaledb.md): Get started with TimescaleDB time-series database functionality in Relyt ONE. Learn how to create hypertables, insert time-series data, and run efficient queries. - [uuid-ossp](https://docs-relytone.data.cloud/docs/extensions/uuid-ossp.md): Generate and manage Universally Unique Identifiers (UUIDs) in Relyt ONE. - [External Tables](https://docs-relytone.data.cloud/docs/external_table.md): Query data on S3 object storage through external tables with automatic schema inference. Support for Parquet, JSON, and CSV formats powered by DuckDB for high-performance data access. - [Full-Text Search](https://docs-relytone.data.cloud/docs/fulltext/quick-start.md): Get started with pg_search, Relyt ONE's built-in BM25 full-text search extension based on the open-source ParadeDB project with enhanced crash recovery. - [Graph Analytics (AGE)](https://docs-relytone.data.cloud/docs/graph/quick-start.md) - [Load Data From Object Store](https://docs-relytone.data.cloud/docs/load-data.md): Relyt has built-in pg_duckdb support, enabling the use of DuckDB to read CSV, Parquet, and JSON data from object storage and import it into the database. - [Faster queries via columnstore](https://docs-relytone.data.cloud/docs/pg_duckdb/columnstore_analytics.md): Shows how to migrate heavy queries from Postgres to DuckDB-backed columnstores for sub-second runtimes. - [pg_duckdb hands-on](https://docs-relytone.data.cloud/docs/pg_duckdb/quick-start.md): Accelerate analytical SQL by enabling pg_duckdb with a single session GUC—no query rewrites or data movement required. - [Vector Search](https://docs-relytone.data.cloud/docs/vector-search/quick-start.md): This guide will help you quickly get started with vector search functionality through practical SQL examples. - [Pricing](https://docs-relytone.data.cloud/pricing/pricing.md) - [Privacy Notice](https://docs-relytone.data.cloud/security/privacy-notice.md): Last updated: September 20, 2024 - [Terms of Service](https://docs-relytone.data.cloud/security/terms-of-service.md): Effective Date: September 20, 2024 ## OpenAPI Specs - [openapi](https://docs-relytone.data.cloud/api/openapi.yaml) ## Optional - [Launch RelytONE](https://relytone.data.cloud/)