Skip to main content
POST
/
v1
/
connect
/
start
Start Onboarding / OTP Flow
curl --request POST \
  --url https://api.aegisintent.xyz/v1/connect/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Initiate the connection flow for an agent or user wallet by delivering a 6-digit secure verification OTP code to the target email.

Body

application/json
email
string<email>
required

User's or agent's email address to verify

Response

200 - application/json

OTP sent successfully

success
boolean
message
string