Quick start
Pick the easiest path into Shard.
If you only do one thing, run the provenance demo first. It shows what Shard actually does: route one AI workflow across personal, private, and public capacity while explaining every decision.
What you bring
A question and a few source notes
What Shard does
Chooses the best place for each step
What you can inspect
Answer, receipts, and the map
Fastest to understand
Provenance demo
Best for ownership
Run your own node
Best for builders
Use the API + SDK
Start with the demo
Best for first-time visitors. You will see the final answer, the raw receipts, and the full provenance graph together.
- 1Ask one research question.
- 2Paste a few source documents.
- 3Run the workflow and inspect why each step ran where it did.
Add your own machine
Best when you want your own PC or team hardware in the routing mix before public fallback.
- 1Download the latest Shard GUI release.
- 2Let the model finish downloading on first run.
- 3Restart once, click Start, and confirm the node is healthy.
Integrate the API
Best for developers. Keep chat for compatibility, then move to tasks when you need workflow observability.
- 1Use `/v1/chat/completions` for simple compatibility work.
- 2Use `/v1/agents/tasks` for the `research_brief` workflow.
- 3Fetch receipts and provenance graphs to debug the route after the run.
Simple rule
Start with the proof, then add the rest.
New to Shard?
Open the provenance demo first. It is the clearest explanation of the product.
Need your own hardware involved?
Run a node so Shard can prefer your own machine or your team’s machines.
Building software?
Keep chat for compatibility and use the workflow APIs when you need routing evidence.
The shortest explanation
Shard helps you answer one question:
“Why did this AI step run there?”
The Shard demo answers that question with receipts, provenance, and a final result you can actually inspect.