Close
Toolcog home
toolcog
standard
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
HEAD
Add a custom field to a goal
Authenticated
addCustomFieldSettingForGoal
POST/goals/{goal_gid}/addCustomFieldSetting
Goals
Add a collaborator to a goal
Authenticated
addFollowers
POST/goals/{goal_gid}/addFollowers
Goals
Create a goal
Authenticated
createGoal
POST/goals
Goals
Create a goal metric
Authenticated
createGoalMetric
POST/goals/{goal_gid}/setMetric
Goals
Delete a goal
Authenticated
deleteGoal
DELETE/goals/{goal_gid}
Goals
Get a goal
Authenticated
getGoal
GET/goals/{goal_gid}
Goals
Get goals
Authenticated
getGoals
GET/goals
Goals
Get parent goals from a goal
Authenticated
getParentGoalsForGoal
GET/goals/{goal_gid}/parentGoals
Goals
Remove a custom field from a goal
Authenticated
removeCustomFieldSettingForGoal
POST/goals/{goal_gid}/removeCustomFieldSetting
Goals
Remove a collaborator from a goal
Authenticated
removeFollowers
POST/goals/{goal_gid}/removeFollowers
Goals
Update a goal
Authenticated
updateGoal
PUT/goals/{goal_gid}
Goals
Update a goal metric
Authenticated
updateGoalMetric
POST/goals/{goal_gid}/setMetricCurrentValue
Goals