Skip to main content
POST
Start a signup for a human with no Laso account

Body

application/json
agent_name
string

Your name, shown to your human on the claim screen and recorded as the connected agent.

Example:

"Ada"

label
string

Optional label recorded on the minted API key so your human can tell keys apart.

Example:

"ada-prod"

Response

Signup started

claim_url
string

Give this to your human verbatim. Never open it yourself.

Example:

"https://laso.finance/agent/dashboard/claim?code=K7MPQ-W3XZ9"

claim_code
string

The code inside claim_url. Pass it back to /signup-status alongside claim_token.

Example:

"K7MPQ-W3XZ9"

claim_token
string

Your receipt for this signup. Shown once; store it. Exchanged at /signup-status for your API key.

Example:

"lasoclaim_..."

expires_at
number

Epoch ms when the claim link expires.

expires_in
number

Seconds until the claim link expires (86400).

Example:

86400

message_for_human
string

A ready-to-send reply containing the link. Send this as your next message.

next_steps
string[]