Docs & Resources

Everything you need to build on OmniFabric

Guides, references, and examples to take you from your first query to production agents.

Quickstart

Up and running in minutes

Create a workspace

Spin up a fabric workspace and load your first dataset.

Start guide

Run a hybrid query

Combine relational filters with native vector search in one SQL statement.

View tutorial

Ship your first agent

Wire a model into an agent with memory and decision lineage.

Build an agent
Documentation

Browse by topic

API Reference

One API for data, models & agents

REST and SDK references for every capability, with copy-paste examples in Python, TypeScript, and SQL.

from omnifabric import Client

of = Client(api_key="of_live_...")

# hybrid search + an agent call, one SDK
docs = of.search(
    query="refund policy",
    top_k=8, hybrid=True,
)
answer = of.agent("support").run(
    input=question, context=docs,
)  # lineage captured automatically
Resources

Go deeper

Tutorials

Step-by-step walkthroughs for common use cases.

Architecture guides

Reference designs for production deployments.

Blog

Engineering deep-dives and product updates.

Community

Join the discussion and get help from the team.

Ready to start building?

Create a free workspace and run your first hybrid query in minutes.