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.
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.
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.
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.