
Build with Dedalus at TartanHacks
Build cutting-edge AI agents at TartanHacks. Get $100 in free credits to supercharge your project.
$100 Free Credits
Loading...
50+
AI Models
100+
MCP Servers
<5min
To First Agent
24/7
Discord Support
Get Started in Minutes
Copy-paste examples to quickly prototype your hackathon project. Build agents, use MCP servers, or integrate with the chat API.
Claim Your Free Credits
Scroll up to claim your $100 in free credits. Credits are valid for 30 days after claiming.
Install the SDK
Requires Python 3.10+. We recommend using uv for fast, reliable package management.
uv pip install dedalus_labsSet Your API Key
For your environment, you need:
DEDALUS_API_KEY– Get it from the dashboardDEDALUS_API_URL– Base URL:https://api.dedaluslabs.aiDEDALUS_AS_URL(optional) – For DAuth/OAuth flows:https://as.dedaluslabs.ai
export DEDALUS_API_KEY="dsk-live-..."export DEDALUS_API_URL="https://api.dedaluslabs.ai"export DEDALUS_AS_URL="https://as.dedaluslabs.ai" # Optional, for DAuthBuild Agents with Dedalus SDK
Connect to hosted MCP services for extended capabilities.
import asynciofrom dedalus_labs import AsyncDedalus, DedalusRunnerfrom dedalus_labs.utils.stream import stream_async async def main(): client = AsyncDedalus() runner = DedalusRunner(client) response = await runner.run( input="Search for the latest AI news and fetch the top 3 articles to summarize", model=["openai/gpt-5.2", "anthropic/claude-opus-4-6"], mcp_servers=["tsion/brave-search-mcp", "issac/fetch-mcp"], stream=True, # tools: local Python functions the model can call # instructions: custom system instructions # max_steps: maximum LLM calls during the run # response_format: Pydantic schema for structured outputs # credentials: for MCP servers requiring auth ) await stream_async(response) if __name__ == "__main__": asyncio.run(main())Agent Loop in Practice
Connect Browser Use to your agent in four steps. DAuth encrypts credentials client-side; the MCP server never sees raw secrets.
from dedalus_mcp.auth import Connection, SecretKeys browser_use_mcp = Connection( name="browser-use-mcp", secrets=SecretKeys(api_key="BROWSER_USE_API_KEY"), base_url="https://api.browser-use.com", auth_header_name="X-Browser-Use-API-Key", auth_header_format="{api_key}",)Hackathon Projects & Tutorials
Get inspired by winning projects and learn from step-by-step tutorials.
Hackathon Projects
Real projects built at hackathons using Dedalus
Discer.io
by Roman Slack
1st Place YC Challenge + Best Use of Dedalus - HackPrinceton 2025
Learn Agentic AI through play. An MMO sandbox to build and deploy AI workflows with drag-and-drop blocks—like Scratch, but for AI agents.
SpatialMD
by Aaryaman Bajaj
Best Use of Dedalus - HackPrinceton 2025
Surgical AR guidance system that enables remote experts to guide rural surgeons using 3D reconstructions and AI-powered safety analysis.
CourtRoom
by Mehul Goel, Utsav Kataria
Best Use of Dedalus API - TartanHacks 2026
AI courtroom debate engine where defense and prosecution agents argue with citation-locked evidence, cross-examine each other, and stream a judge verdict in real time.
Jiri
by Nihal Josyula, Deepansh Saxena, Rithvik Duddupudi, Vedant Joshi
Best Use of Tool Calling - TartanHacks 2025
Self-improving agent that starts with zero tools, discovers MCP servers at runtime from user intent, and uses caching plus metrics-based preloading to speed future calls.
CADly
by Nayansh Patni
Best Use of Dedalus Tool Calling (Runners Up) - TartanHacks 2026
AI-powered design-for-manufacturing platform that checks CAD parts for process violations, auto-fixes geometry, and runs Dedalus multi-agent design reviews.
Messenger AI
by Jaehun Baek, John Kim, Joshua Song
AI-powered group messaging assistant that reads texts, PDFs, and images to enrich conversations using Dedalus Labs and Photon's iMessage Kit.
Amelia
by Aaryaman Bajaj
AI co-pilot for air traffic controllers that surfaces real-time flight and weather insights, automating routine communication and reducing cognitive load.
Medverse
by Dongkon Lee, Kevin Park
The world's first AI-interactive 3D medical textbook — explore anatomy models of the brain, heart, and skeleton guided by an adaptive AI tutor.
GreenTrip
by Brooke Xu, +3 more
Sustainable travel planning platform that generates personalized itineraries with carbon footprint tracking, eco-credits, and geographically optimized activities.
Tutorials & Guides
Step-by-step guides to build your hackathon project
Build a CRM Agent with X API Integration
Learn how to build a CRM agent that searches X for high-value leads using DAuth.
Finance Research Agent Tutorial
Create an AI agent that analyzes market data and generates investment insights.
One-Click PDF Generator with MCP
Build a PDF generation system using MCP servers and the Dedalus SDK.
DAuth: Secure Authentication for AI Agents
Learn how DAuth keeps your API keys secure while enabling powerful integrations.
Win with Dedalus
Build something amazing with Dedalus and compete for these special prizes.
$500
1st Place
$250
Runner-up
Best Use of Dedalus API
Awarded for the most innovative use of multimodality - combining text, images, audio, and more in the Dedalus SDK.
$500
1st Place
$250
Runner-up
Best Use of Tool-Calling
Recognition for exceptional use of MCPs, local tools, or custom tool implementations in the Dedalus SDK.
Join Our Community
Get help, share your progress, and connect with other builders on Discord. Star our repos to stay updated!
Star Our Repos
Support us and stay updated with the latest features