Open source projects and experiments โ packages, plugins, and demos.
A LangChain integration for SpiceDB that brings fine-grained authorization to RAG pipelines and AI agents. Enables permission checks directly within LangChain workflows so LLM responses respect document-level access controls.
A Testcontainers module that spins up a SpiceDB container for integration testing. Load authorization schemas on startup and run permission tests with zero infrastructure dependencies โ no running SpiceDB instance needed.
A Steampipe plugin that turns the GitHub API into SQL-queryable tables. Query repositories, users, issues, and pull requests using standard SQL โ works with Steampipe CLI, PostgreSQL, SQLite, and more.
A demo showing how to combine agentic AI with deterministic fine-grained authorization. Built with LangGraph, SpiceDB, and Weaviate โ AI agents can only retrieve documents they are explicitly authorized to access, enforced outside the model.