Skip to main content
POST
Set wallet address

Authorizations

Authorization
string
header
required

Runtime key issued at agent registration. Prefixed with mndt_live_ (mainnet) or mndt_test_ (testnet). Pass as Authorization: Bearer mndt_test_....

Body

application/json
evmAddress
string
required

EVM wallet address to set for this agent.

Pattern: ^0x[a-fA-F0-9]{40}$

Response

Agent activated.

activated
enum<boolean>
required
Available options:
true
agentId
string<uuid>
required
evmAddress
string
required

Normalized lowercase EVM address.

onboardingUrl
string<uri>
required

Dashboard URL with onboarding flag.

message
string

Human-readable activation message.