CLI (Fastest)
One command to authenticate, instant access
API Key
Create a key in the dashboard, call the API directly
Option 1: DealMachine CLI
Step 1: Login
Step 2: Check Your Account
Step 3: Use the API Key Programmatically
The CLI stores your API key at~/.dealmachine/config.json. Use it in your code:
Option 2: API Key
Step 1: Create an API Key
- Go to Developer Settings
- Click Create API Key
- Copy the key (starts with
dm_sk_live_)
Step 2: Make Your First Request
Step 3: See the Response
What’s Next
API Reference
Browse all available endpoints
CLI Commands
Full CLI command reference
Authentication
Deep dive into auth options
Error Handling
Understand error responses