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. Coral focuses on composability, so different data sources can be treated as part of a shared query layer. Its main value is giving AI workflows a practical database-like abstraction over messy external information.
Features
- Local-first SQL runtime
- Unified interface for APIs and files
- CLI-based querying workflow
- Schema and table inspection
- Agent-oriented data access
- Composable data source abstraction