
Build with Dedalus at Arena Challenge
Compete in the Sentient X Dedalus Arena Challenge. Push the limits of AI reasoning and claim free credits to power your agents.
$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 DAuthReasoning Agent
Build a multi-step reasoning agent that breaks down complex problems.
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=( "A farmer has 17 sheep. All but 9 run away. " "How many sheep does the farmer have left? " "Think step by step and explain your reasoning." ), model=["openai/gpt-5", "anthropic/claude-opus-4-6"], instructions="You are a precise reasoning agent. Break every problem into clear steps.", stream=True, ) 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.
3,000
Dedalus Credits
Arena Champion
Top overall performance in the Sentient X Dedalus Arena Challenge. Demonstrate the most capable reasoning agent.
2,000
Dedalus Credits
Best Reasoning Chain
Awarded for the most impressive multi-step reasoning -- breaking down complex problems into clear, logical chains of thought.
1,000
Dedalus Credits
Most Creative Approach
For the most inventive solution architecture -- novel tool combinations, unconventional agent patterns, or creative prompt engineering.
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