Websites had their WordPress moment. SaaS is having its BuildWithHQ moment. See the new BuildWithHQ homepage →
Artificial intelligence

AI that can only see what the person asking is allowed to see

The common failure is to hand a model the tenant database and filter the output afterwards. BuildWithHQ resolves the user's permitted record set first, then assembles retrieval context from that set only. The model is never in a position to leak what it was never given.

Retrieval

Resolve first, retrieve second

The order of operations is the whole design. Permissions are resolved on the transactional side, and the resulting set is passed to the vector search as a filter — so retrieval physically cannot reach outside it.

Pre-resolved envelope

The permitted record set is computed before retrieval runs, not applied to the results afterwards.

A separate AI permission

A record can be readable by a person and still excluded from AI retrieval. Those are two different flags.

Encrypted fields excluded

Encrypted values have no searchable form, so they never enter embeddings without anything special being configured.

Every query recorded

Each retrieval logs the envelope it was permitted to draw from, which is what makes it auditable later.

What users actually get

Four features that show up in the product

Read the AI guide

AI insights

Observations generated from records, inheriting their permissions from the source record. An insight drawn from something you cannot see never reaches you.

Suggested actions

The assistant proposes a next step with a pre-filled payload. Nothing executes without a person accepting it, and acceptance rates are tracked so suggestions improve.

Chat grounded in real data

Conversations scoped to a record or module, answering from the data in context rather than from the model's imagination.

Per-user agents

An agent that acts on one person's behalf, within that person's permissions, with a daily execution quota enforced server-side and an approval queue in front of anything consequential.

Industry AI configurations

Versioned, layered, and tested before release

An industry-specific AI configuration — a harness pack, in the product — is everything that sits around the model for one industry: instructions, tone, vocabulary, worked examples, permitted actions, guardrails, and compliance language.

Packs layer. A platform base pack sets the ground rules, an industry pack refines them, a builder pack adapts them to your product, and a tenant pack handles one customer's terminology. Each layer overrides only what it needs to.

Evaluations are a publish gate, not a report card

A pack can carry an evaluation set marked as a publish gate. When it does, a new version cannot be published until a passing evaluation run exists for that exact version. This is deliberately stricter than running evaluations and looking at the score: a pack that fails its own tests does not ship.

Behavior, never access

Harness packs configure how the assistant behaves. Nothing in a pack can widen a permission envelope. The security boundary is enforced below this layer, and no payload written into a pack can reach it.

Common questions

Questions about this

Do you train models on my data?

Retrieval draws on your data to answer your users' questions within their permissions. Your business data is not used to train shared models.

Can I stop the AI reading certain records?

Yes, and it is a distinct permission. A record can be readable by a person and excluded from AI retrieval at the same time, and encrypted fields are excluded automatically.

What stops an agent doing something destructive?

Consequential actions go to an approval queue rather than executing directly, agents operate strictly inside the permissions of the person they act for, and a daily execution quota is enforced on the server.

Get started

Build it, then prove what it did

Create an account, explore the full builder console, and launch your first application on a custom domain. Nothing is charged while your application is still in development.

Start building today

No credit card required. The console preview, the documentation, and the architecture reference are all readable before you sign up.

Get started free Read the docs