Why use Dedalus?
Why use Dedalus?
- We make it easy to build complex AI agents with just 5 (or so) lines of code.
- Agents built with our Dedalus SDK can connect to any MCP server on our marketplace, switch between any model provider, and even execute locally-defined tools.
- Don’t yet see an MCP you want to use on our marketplace? Upload any MCP server and we’ll host it for free.
How do I get an API key?
How do I get an API key?
Log into your dashboard to get your API key.
Can I bring my own API key?
Can I bring my own API key?
Yes! However, you don’t need to. With a
DEDALUS_API_KEY in your environment, we take care of routing to any provider or model for you, including handoffs between models from different providers. For an example, see our handoffs page.What languages do you support?
What languages do you support?
Our SDK is currently available for Python and TypeScript. We recommend writing your MCPs in Python under Dedalus framework for speed and security. We also accept MCP servers written in other Python and TypeScript frameworks with HTTP transport. For best practices in writing MCP servers see our server guidelines.
Is authentication supported?
Is authentication supported?
Yes. Dedalus invented the most secure MCP auth framework. On the Dedalus marketplace/runner, authentication is handled via DAuth (our managed OAuth 2.1 flow) so agents can securely connect to protected MCP servers and external APIs without hardcoding secrets. See authorization and the client auth guides (bearer auth, OAuth).
How do I send feedback?
How do I send feedback?
Send us an email at [email protected] or send a message in our Discord.