# SQream Technologies > SQream Technologies (Tel Aviv, founded 2010) builds SQreamDB, a GPU-accelerated SQL analytics > database for petabyte-scale workloads on NVIDIA hardware, plus AISQream for AI/ML pipelines and > Panoply, the no-code cloud data warehouse it acquired in 2021. IMPORTANT FOR AGENTS: SQream has **no public HTTP API**. There is no REST endpoint, no OpenAPI or Swagger document, no GraphQL schema, no AsyncAPI, no webhooks, no MCP server and no A2A agent card (every /.well-known/ path returns 404 on every SQream host, verified 2026-08-29). You cannot call SQream over HTTP. The programmatic surface is a **database** surface: connect with a first-party client driver over SQream's wire protocol (default TCP port 5000 standalone, 3108 through the load balancer) and issue SQL. Authentication is a role name and password on connect, optionally delegated to LDAP; authorization is SQL role-based access control. TLS is opt-in, not default. This file was generated by API Evangelist from public SQream sources; SQream publishes no llms.txt of its own (https://sqream.com/llms.txt and https://docs.sqream.com/llms.txt both return 404). ## Documentation - [SQreamDB Documentation](https://docs.sqream.com/): documentation root, versioned per release - [Getting Started](https://docs.sqream.com/en/latest/getting_started/index.html): setup, first statements, hardware requirements - [Reference Guides](https://docs.sqream.com/en/latest/reference/index.html): SQL statements and syntax, catalog reference, command-line programs, SQL feature checklist - [SQL Feature Checklist](https://docs.sqream.com/en/latest/reference/sql_feature_support.html): which ANSI SQL features are and are not supported - [Catalog Reference](https://docs.sqream.com/en/latest/reference/catalog_reference.html): system catalog tables - [Release Notes](https://docs.sqream.com/en/latest/releases/index.html): dated release notes, current version 4.17 (2026-04-23) ## Connecting (the actual integration surface) - [Client Drivers](https://docs.sqream.com/en/latest/connecting_to_sqream/client_drivers/index.html): JDBC, ODBC, Python, SQLAlchemy, Node.js, .NET (SQreamNet), Spark, Trino, Power BI, Tableau, Dataiku - [Python driver](https://docs.sqream.com/en/latest/connecting_to_sqream/client_drivers/python/index.html): pysqream, DB-API 2.0 (PEP 249) - [JDBC driver](https://docs.sqream.com/en/latest/connecting_to_sqream/client_drivers/jdbc/index.html) - [ODBC driver](https://docs.sqream.com/en/latest/connecting_to_sqream/client_drivers/odbc/index.html) - [Command-line programs](https://docs.sqream.com/en/latest/reference/cli/index.html): sqream sql, sqreamd, metadata_server, server_picker, SqreamStorage, upgrade_storage - [sqream sql CLI reference](https://docs.sqream.com/en/latest/reference/cli/sqream_sql.html) ## Security and access - [Access Control](https://docs.sqream.com/en/latest/operational_guides/access_control.html): RBAC, global vs object-level permissions - [LDAP configuration](https://docs.sqream.com/en/latest/configuration_guides/ldap.html) - [Security Policy](https://sqream.com/security-policy/): posture page; no certifications held, no vulnerability disclosure program, no security.txt ## Packages - [pysqream (PyPI)](https://pypi.org/project/pysqream/): 6.3.0, 2025-07-17 - [pysqream-sqlalchemy (PyPI)](https://pypi.org/project/pysqream-sqlalchemy/): 1.4, 2025-03-31 - [com.sqream:sqream-jdbc (Maven Central)](https://central.sonatype.com/artifact/com.sqream/sqream-jdbc): 6.0.1, 2025-06-11 - [@sqream/sqreamdb (npm)](https://www.npmjs.com/package/@sqream/sqreamdb): 4.2.6, 2022-02-08 — four years stale - [SQream on GitHub](https://github.com/SQream): 36 public repositories, most archived ## Company - [SQream](https://sqream.com/) - [Platform](https://sqream.com/platform/) - [SQreamDB](https://sqream.com/product/sqreamdb/) - [AISQream](https://docs.sqream.com/en/aisqream/): alpha, GPU-accelerated ML in-database - [Blog](https://sqream.com/blog/) - [Pricing](https://sqream.com/product/pricing-page/): contact sales only; annual subscription per GPU card, no published rate - [Contact](https://sqream.com/contact-us/) - [Privacy Policy](https://sqream.com/privacy-policy/) ## Optional - [API Evangelist profile](https://apis.io/provider/sqream-technologies/)