Setup and Integration
Get Your API Key
Get Your API Key
To use Dedalus Labs, you’ll need an API key. To get one:Keep your API key secure and never share it publicly.HTTP API Authentication: When making direct HTTP requests, pass your API key using either:
- Create an account at dedaluslabs.ai.
- Navigate to your dashboard.
- Generate a new API key in the settings section.
- Add your API key to your environment as
DEDALUS_API_KEY. For local development, create a.envfile with:
Authorization: Bearer <your_api_key>header, orx-api-key: <your_api_key>header
Install Our SDK
Install Our SDK
We provide SDKs for multiple programming languages to make integration seamless:
Hello World
Hello World
This example demonstrates the most basic usage of the Dedalus SDK - making a simple chat completion call.
Basic Tools
Basic Tools
This example demonstrates basic tool execution using the Dedalus Runner with simple mathematical tools.
Next Steps
View the Examples
See detailed examples for your use-case
Join Our Community
Get help, suggest improvements, and connect with other developers.