Sign in

Create Card

documented

Create a new hidden card to be added to a dashboard or card group.

POST /api/cardsCardsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://sandbox.watershedlrs.com/api/cards?tenantId={{ORG_ID}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "summary": "{{$summary}}", "organization": {"id": {{$org_id}}}, "template": {"name": "leaderboard"}, "configuration": {{$configuration}}}'"}