PyPI Python

langchain-spicedb

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.

LangChain SpiceDB Authorization RAG
PyPI Python

testcontainers-spicedb

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.

Testcontainers SpiceDB Testing Docker
GitHub Go

steampipe-plugin-github

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.

Steampipe SQL GitHub API Open Source
GitHub Python

agentic-rag-authorization

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.

LangGraph SpiceDB Weaviate RAG