
Build with Dedalus at Web Agents Hackathon
Build powerful web agents at the Browser Use Web Agents Hackathon. Get $100 in free credits to bring your ideas to life.
$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 DAuthBrowser Agent with Browser Use
Build a web agent that navigates pages, fills forms, and extracts data using Browser Use.
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="Go to Hacker News, find the top 5 stories, and summarize each one", model=["openai/gpt-5.2", "anthropic/claude-opus-4-6"], mcp_servers=["aryanma/browser-use-mcp", "tsion/exa"], 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}",)Recommended Servers
These MCP servers are perfect for building web agents. Use them with the Dedalus SDK to add powerful capabilities to your project.
Browser Use
Navigate pages, fill forms, click buttons, and extract data from any website with AI-driven browser control.
Brave Search
Search the web with Brave's privacy-focused search engine. Get real-time results, news, and web content.
Exa
AI-native search engine that understands meaning, not just keywords. Get high-quality, relevant web results for your agents.
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.
$2,000
Dedalus Credits
First Place Overall
Awarded to the team with the most impressive web agent project -- creativity, technical depth, and real-world impact.
$1,500
Dedalus Credits
Second Place Overall
Recognition for an outstanding web agent build that pushes the boundaries of browser automation and AI.
$1,000
Dedalus Credits
Third Place Overall
Awarded to a strong web agent project demonstrating solid engineering and creative problem-solving.
$1,000
Dedalus Credits
Founders Prize
Selected by the Dedalus founders for the project that best embodies the spirit of building with AI agents.
$500
Dedalus Credits
Most Hardcore Infra
For the team that goes deepest on infrastructure -- custom MCP servers, complex tool orchestration, or novel agent architectures.
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