Acquiring an API Key
To interact with the TaskGuru API either through a script, LangChain, or a Custom GPT, you need a Personal Access Token. Currently, all API requests should include the token in theAuthorization header as a Bearer token.
Generating a Token
1
Log In
Log into your TaskGuru account.
2
Navigate to API Settings
Go to Settings > API Tokens.
3
Create Token
Click Generate New Token, then set an expiration date and a description (e.g., “Agent AutoGPT Key”).
4
Secure your token
Copy the token to a secure location.
