Looking to connect programmatically via API, cURL, or SDK? See the Developer
quickstart.
Before you start
You need an invite to the Wazoo private beta. Sign up at wazoo.dev/beta.1. Sign in
Visit console.wazoo.dev. Sign in with the email address you used to join the beta. You will receive a one-time passcode. If your email is not on the allowlist, you will see an error. Contact the team if you believe you should have access.2. Create a world
After signing in, click Create world. Give your world a name and an ID. The ID must be unique across all worlds in the platform. World IDs are public and used in API requests. Choose something descriptive likemy-knowledge-base or project-context.
3. Import data
Click Import in the sidebar. Upload a file with graph data. The console accepts:- JSON quads: an array of objects with
subject,predicate, andobjectfields. - Plain text: one chunk of text per line, indexed for full-text and vector search.
4. Run your first graph query (SPARQL)
Click SPARQL in the sidebar. Paste this query and click Run:Alice and Bob in the results.
Next steps
- Console overview: explore all console features
- Worlds concepts: understand worlds, items, and facts
- Quickstart: connect via the API and SDK