All protected API endpoints require authentication. Superthread supports multiple authentication methods; one of them is a Personal Access Token (PAT).
You can create and manage your tokens in your account settings.Include your PAT in the Authorization header as a Bearer token:
Copy
Ask AI
curl -H "Authorization: Bearer <YOUR_PAT> ...
Any actions taken through the API will be attributed to you individually.