Nestornotes Docs
API v1

Authentication

Authenticate API v1 requests with scoped bearer tokens.

Send API keys as bearer tokens for direct API integrations.

curl https://nestornotes.com/api/v1/me \
  -H "Authorization: Bearer nn_live_xxxxxxxx_xxxxx"

API keys are created in the app under Settings → API keys. The full secret is shown only once.

Remote MCP OAuth clients also use Bearer tokens after browser authorization. OAuth access is read-only for knowledge metadata in the current MCP release; API keys remain the direct integration path for custom scoped write access.

Key Format

nn_live_<prefix>_<secret>

Only a hash of the full key is stored by Nestornotes.

On this page