SELECT * FROM github.pull_requests
JOIN slack.messages ON channel = 'incidents'
WHERE sentry.errors.level = 'fatal'
CROSS JOIN datadog.metrics
GROUP BY sprint_id, assignee
UPCOMING
ONLINE

Pirates of theCoral-bean

Hoist the Jolly Roger and set sail on the high seas of data! Build agents that query any API, database, or file as SQL, powered by Coral. No ETL, no warehouse, no glue code. Just you, your crew, and the open ocean of data.

Treasure
$10,000+
Dates
May 18 – May 24
Sets Sail In
0d0h0m0s
coral-query.sql

-- Find root cause across 3 tools in one query

SELECT g.title, s.error_message, sl.text

FROM github.pull_requests g

JOIN sentry.issues s

ON s.first_seen >= g.merged_at

JOIN slack.messages sl

ON sl.channel = '#incidents'

WHERE s.level = 'fatal'

ORDER BY s.first_seen DESC;

β†’3 sources joined. 0 glue code. 100% local.β–Š

About the Voyage

In a world where AI agents need data from every corner of the seven seas, there's only one tool that lets them query it all as SQL.

Coral is an open-source data retrieval layer for agents. It lets them query any API, database, or file as SQL tables. Coral handles auth, pagination, rate limits, cross-source joins, schema learning, and caching.

No ETL. No warehouse. No glue code. Everything is local. Credentials, data, and usage history never leave your machine.

"Not all treasure is silver and gold, mate. Sometimes it's a perfectly joined SQL query."

Query Anything as SQL

Any API, database, or file becomes a SQL table. No custom integrations needed.

Cross-Source Joins

Join GitHub + Slack + Sentry in a single query. Coral handles auth, pagination, and rate limits.

100% Local

Credentials, data, and usage history never leave your machine. No ETL, no warehouse.

CLI or MCP

Run Coral from the command line or through MCP. Schema learning and caching built in.

The Treasure Map

Two paths to glory on the high seas of data. Choose your adventure.

Track 1: Build an Agent

Captain your own data vessel

Build an agent for a real use case that retrieves data across multiple sources using Coral. Describe how you did it and what makes it great, ideally showcasing Coral's power.

Example Voyages

Coding Agent DebuggerGitHub + Sentry + Slack
AI SRE InvestigatorPagerDuty + GitHub + Datadog
Sprint Health DashboardLinear + GitHub + Slack
Customer Escalation AgentSupport + Sentry + Slack
Security MonitorGitHub + Slack + Notion

Track 2: Build a Source Connector

Expand the Coral reef

Connect any API you wish Coral supported. Build a custom Coral source for an API that doesn't exist yet. This is a high-value contribution that grows the sources ecosystem.

How to get started

Follow the custom source guide in the Coral docs
Describe how you built it and what challenges you solved
Bonus: build a "wanted" source (Hubspot, Asana, Zendesk, Airtable, etc.) for extra bounty prizes

The Treasure Chest

$10,000+ in gold doubloons and bounties for the bravest pirates on the data seas.

Captain's Bounty

All team members will receive the prize for their placement.

Best Agent BuilderπŸ΄β€β˜ οΈ
MacBook

Track 1 Winners

Best Source Connectorβš“
iPhone 17

Track 2 Winners

+ exclusive swag for all winners

Early Bird Swag: Top 10 Social Sharers

Register and share on social media (LinkedIn / X) tagging Coral.

Top 10 Posts β†’ Swag Box πŸ“¦

βš”οΈ Special Bounties

Beyond the main prizes, earn extra treasure through these challenges.

Discord Showcase + Social Post

Share your project in Discord #how-i-coral + at least one social platform with screenshots.

πŸ† Best 50 showcases β†’ Claude Max 5x 1-month vouchers or $100 cash

Build "Wanted" Source Specs

We'll share a list of 10 "wanted" new sources (Hubspot, Asana, Zendesk, Airtable, etc.).

🐠 Best per source β†’ $200 cash + $50 donation to sea life charity

"Before & After" Demo Videos

Record a max 3-min video: building without Coral vs. with Coral.

🎬 Top 3 β†’ $50 Amazon voucher + featured on Kunal's YouTube

End-to-End "How to Build X" Guides

Write a 2-3 page reproducible guide, e.g. "I built a dashboard with Claude Code + Coral."

πŸ“ Best guides β†’ Keychron mechanical keyboard / AirPods

Recruit Yer Crew: Referral Bounty

Refer 5 people who register AND submit a project.

🎲 Lucky draw for 5 Claude Pro 3-month vouchers
Join the Crew πŸ΄β€β˜ οΈ

Ready to set sail? Register and start building!

Judging Criteria

πŸ΄β€β˜ οΈ Potential Impact

How effectively does the project address a meaningful problem using Coral's data retrieval capabilities?

βš“ Creativity & Originality

How unique is the idea? How creatively is Coral used to solve problems across multiple data sources?

πŸ—ΊοΈ Learning & Growth

The learning curve tackled during the hackathon, especially for first-time Coral users.

βš”οΈ Technical Implementation

How well was the idea executed technically? Quality of integration with Coral and SQL queries.

🎨 Aesthetics & UX

How intuitive and user-friendly is the final experience? Frontend, CLI, or agent interface.

πŸͺΈ Best Use of Coral

How effectively does the project leverage Coral's SQL interface, cross-source joins, and caching?

Frequently Asked Questions