Developers
Living Bread for Developers
Living Bread is building the open graph of Christian life: people, churches, communities, Scripture, questions, and actions, connected as one graph with many interfaces. The first public interface is the Christian Resolution Layer.
The Christian Resolution Layer
A public endpoint that resolves Christian intent into knowledge, real entities, Scripture, and next actions. It is designed to be called by web pages, assistants, and agents.
Base: https://eiekmrbmscorzjogpbzf.supabase.co/functions/v1/resolve
GET, public, CORS open, JSONParameters
q (free-text intent), intent (declared intent id), city / region / country (local resolution), lang (BCP-47), topic (Scripture focus), limit. A bare call returns the agent-discovery card describing every intent and guarantee.
Design principles
One graph, many interfaces. Entity-first, not page-first. Provenance over eloquence. Public and private graphs are architecturally separate; this endpoint touches only the public graph. Protocols are interfaces to the moat, never the moat itself, so the resolver is deliberately simple and stable.
Already live for agents
A Model Context Protocol (MCP) server (JSON-RPC, tools for gospel, Scripture, prayer, and finding a church) and an HTTP agent gateway are live today, alongside the resolver. Openly licensed datasets and an image/knowledge corpus are published under CC-BY. We build new surfaces as real adoption justifies them, never expose private data, and never require manipulative integration.
MCP: https://eiekmrbmscorzjogpbzf.supabase.co/functions/v1/mcp
Agent gateway: https://eiekmrbmscorzjogpbzf.supabase.co/functions/v1/agent?format=openapi
callable now