Getting Started
Authentication
Connect noetect to Claude using your API key or Claude Code.
Authentication
noetect connects directly to Claude's API. You can authenticate using Claude Code or by providing your own API key.
Using Claude Code (Recommended)
If you have Claude Code installed, you can authenticate with a single command:
claude setup-token
This will open a browser window to authenticate with your Anthropic account. Once complete, noetect will automatically detect your credentials.
Using an API Key
Alternatively, you can use your own Anthropic API key:
- Get your API key from the Anthropic Console
- Open noetect
- Go to Settings → API Keys
- Paste your API key and click Save
Verifying Authentication
To verify your authentication is working:
- Open noetect
- Create a new note
- Type
@claudefollowed by a question - If Claude responds, you're all set!
Troubleshooting
"Authentication failed" error
- Make sure your API key is valid and has not expired
- Check that you have sufficient credits in your Anthropic account
- Try running
claude setup-tokenagain if using Claude Code
Claude Code not detected
- Ensure Claude Code is installed:
brew install claude - Run
claude --versionto verify installation - Try
claude setup-tokento re-authenticate