Monday.com
Where to issue a Monday.com personal API token and connect it to Nora.Monday.com integrations let your agents read and write boards, items, and updates via Monday’s GraphQL API. Nora authenticates by passing the token in the
Authorization header (no Bearer prefix — Monday’s docs are explicit on this).
Where to apply for credentials
Monday.com — Developer settings
Avatar → Developers → My Access Tokens
1
Open My Access Tokens
Click your avatar (bottom-left) → Developers. Open My Access Tokens.
2
Show or generate a token
Click Show to reveal your existing personal token, or generate a fresh one.
3
Copy
Treat the token as a password — it inherits all your account permissions.
Connect in Nora
Paste the token. Nora POSTs{ me { name } } to https://api.monday.com/v2 to verify it.

