Coral
One SQL interface over APIs, files, and live sources
Coral is a local-first SQL runtime that lets agents query APIs, files, and live data sources through a single interface. It is designed to make external data easier for AI agents to inspect, structure, and use without requiring a different integration pattern for every service. The project gives developers a command-line workflow for querying data, inspecting schemas, and working with tables. It is especially useful for agentic systems that need reliable access to context from multiple sources while keeping the runtime close to the developer’s environment. ...