Loony¶
Stop gluing APIs to databases. That's our job.
Tell Loony what data you need. It fetches it on a schedule, stores it, and serves it via REST and MCP -- ready for your agent or your app.
How It Works¶
loony init my-app # scaffold a new app
# tell your agent what data you need, or write scripts yourself
loony deploy # one command. done.
loony info # get your REST + MCP endpoints
Your app gets:
- A managed Postgres database -- individual database per app, zero config
- Scheduled pipelines -- cron per script, pausable and resumable
- REST + MCP endpoints -- authenticated, ready for agents
- Agent-native -- includes
.claude/rulesand skills for agent integration - Semantic layer -- opinionated schemas optimised for zero hallucinations
Quick Links¶
- Quickstart -- deploy your first app in 5 minutes
- How It Works -- understand the architecture
- Schema Reference -- define tables, sync modes, measures, dimensions
- CLI Commands -- full CLI reference
- Examples -- real-world apps you can copy
Install¶
Then log in: