Authentication

To use the Notioc MCP API, you'll need to authenticate your requests. This ensures that only you can access your Canvas data through Notioc.

API Keys (Planned)

We plan to use API keys for authentication. You will be able to generate and manage your unique API keys from your Notioc account settings (once available).

Your API key should be included in the `Authorization` header of your requests as a Bearer token:

Authorization: Bearer YOUR_NOTIOC_API_KEY

Keep your API keys secure and do not share them publicly.

More details on key generation and management will be available here soon.