Build with your data#
Supernova turns the sources you already use into one queryable lake. Connect a source, query its typed tables, save dependable models, and use those results in dashboards or sends.
select
currency,
sum(amount) / 100.0 as revenue
from titan.stripe.charges
where status = 'succeeded' and not _deleted
group by currency
order by revenue descChoose a starting point#
Connect your first source and carry one Skycrane example from raw data to a model.
Browse the connector catalog to see authentication, table shapes, and source-specific edges.
Learn the SQL dialect and typesql annotations accepted by the query editor.
Build with the public API or connect an agent through MCP.
How these docs work#
Every page has one canonical markdown source. Add .md to a page URL to retrieve that source without navigation or presentation. Agents can load the complete corpus from /v2/docs/llms-full.txt or discover individual pages through /v2/docs/llms.txt.
Examples use fictional sample companies. Identifiers and limits are written exactly as the product accepts them, so you can search the corpus by an error code, directive, route, table, or column.