Skip to content

Conversation

@barrettk8090
Copy link
Collaborator

The .create_agent() request body now has the following format:

{
    "personality": "uncle_mechanic",  // Required (defaults to uncle_mechanic)
    "secrets": {
        "DIMO_API_KEY": "0x12345..."  // Required
    },
    "type": "driver_agent_v1",  // Required 
    "variables": {
        "USER_WALLET": "0x123...",  // Required
        "VEHICLE_IDS": "[1, 2, 3]"  // Optional
    }
}

@linear
Copy link

linear bot commented Dec 17, 2025

@barrettk8090 barrettk8090 merged commit 0ee7278 into master Dec 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants