Skip to content

Introduction

Torch & Lily is an API-first platform for the Catholic intellectual and devotional tradition. It exposes five structured engines over a single RESTful interface, optimized for both human developers and AI agents.

The Torch is the backend: immutable, historically accurate, theologically structured. The Lily is the frontend where users and developers dwell.

https://api.torchandlily.com/v1

All endpoints are versioned under /v1.

EnginePrefixDomain
Veritas/v1/veritasScripture, Summa Theologiae, Opera, Commentaries
Devotio/v1/devotioSaints & Hagiography, Prayers
Tempus/v1/ordoLiturgical Calendar & Feasts
Corpus/v1/corpusCatholic Church Mapping (PostGIS + OSM)
Communio/v1/communioIntercessory Prayer Network
  1. Create an account and generate an API key from your dashboard.
  2. Include the key in every request via the X-API-Key header.
  3. Browse the engine docs in the sidebar to begin building.
Terminal window
curl https://api.torchandlily.com/v1/devotio/saints/thomas-aquinas \
-H "X-API-Key: tl_your_key_here"

The Torch is natively accessible to LLM agents via the Model Context Protocol. One config block connects Claude, Cursor, or any MCP client to the entire Tradition. See MCP — AI Agent Integration.

See Authentication for the full auth model and rate limit details.

Torch & Lily is a living archive built by the faithful. Contribute saints, prayers, sacred texts, and patristic commentaries through the Scriptorium.

Found a bug? Have a feature request? Need help with an endpoint? Use the Vox form to reach the builder directly — no ticket system, no auto-reply.