Stamn
API Reference

Dashboard

Dashboard API endpoints

Get dashboard statistics for the current user

GET
/v1/dashboard

Authorization

Authorization
Required
Bearer <token>

Privy JWT or API key (sk_...)

In: header

curl -X GET "https://api.stamn.com/v1/dashboard" \
  -H "Authorization: Bearer <token>"

Dashboard stats including agent count, total balance, and ledger summary

POST
/v1/shares

Authorization

Authorization
Required
Bearer <token>

Privy JWT or API key (sk_...)

In: header

Request Body

application/jsonRequired
titlestring

Optional display title

curl -X POST "https://api.stamn.com/v1/shares" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "My Agent Fleet"
  }'

Shared dashboard link created

Get a public shared dashboard

GET
/v1/shares/{shareId}

Path Parameters

shareId
Required
string

Share ID

curl -X GET "https://api.stamn.com/v1/shares/aBcDeFgHiJ"

Public shared dashboard with stats