ChatGPT Custom Actions
You can build a Custom GPT that can autonomously read, update, and manage your TaskGuru tasks. Because TaskGuru publishes an OpenAPI specification containing all our capabilities, you can plug it straight into ChatGPT without writing any code.1
Create a GPT
Go to ChatGPT > Explore > Create a GPT.
2
Add Action
Under the “Configure” tab, scroll down and click Create new action.
3
Import Spec
Import the TaskGuru OpenAPI specification URL:
https://api.taskguru.com/v1/openapi.yaml (Replace with your domain if self-hosting).4
Configure Authentication
Set the Authentication type to API Key and select Bearer format.
5
Generate Token
Generate a new Personal Access Token in your TaskGuru account (Settings > API Keys) and paste it into the ChatGPT authentication modal.
Your Custom GPT is now a fully functional AI bot task management assistant!
