Skip to main content
Looking to connect programmatically via API, cURL, or SDK? See the Developer quickstart.
This guide walks you from your invite email through signing in, creating a world, importing data, and running your first graph pattern query (SPARQL).

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 like my-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, and object fields.
  • Plain text: one chunk of text per line, indexed for full-text and vector search.
If you do not have data yet, upload a JSON file with this content:

4. Run your first graph query (SPARQL)

Click SPARQL in the sidebar. Paste this query and click Run:
You should see Alice and Bob in the results.

Next steps