Skip to main content

Wazoo Skill

Use this skill when interacting with the Wazoo platform, managing knowledge graph worlds, querying structured memory, or maintaining durable agent context.

Environment setup

Wazoo uses two token types:
  • WAZOO_PLATFORM_TOKEN (wzp_...): Control plane management (worlds, tokens, usage, billing).
  • WORLDS_TOKEN (wzw_...): Data plane operations (import, search, SPARQL, export).

1. Control plane management

List worlds

Create a world

Get world details

Delete / Clean up a world


2. Data plane operations

Import graph data

Import RDF quads (JSON array) or chunk text into a world:

Hybrid search across context

Search world graph memory by query text:

Execute SPARQL query

Run graph queries over triples/quads in the world:

Export graph data

Export world quads for auditing or local backup: