All integrations

Nozbe

PROJECT MANAGEMENT · TASKS

Tasks, projects, comments, and teams in the workspace they belong to.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

nozbe_delete_comments_by_comment_id_attachments_by_file_idWRITE

Delete an attachment via DELETE /comments/{comment_id}/attachments/{file_id}

api
nozbe_delete_comments_by_idWRITE

Delete a comment via DELETE /comments/{id}

api
nozbe_delete_group_assignments_by_idWRITE

Delete a group assignment via DELETE /group_assignments/{id}

api
nozbe_delete_project_accesses_by_idWRITE

Delete a project access via DELETE /project_accesses/{id}

api
nozbe_delete_project_sections_by_idWRITE

Delete a project section via DELETE /project_sections/{id}

api
nozbe_delete_projects_by_idWRITE

Delete a project via DELETE /projects/{id}

api
nozbe_delete_reminders_by_idWRITE

Delete a reminder via DELETE /reminders/{id}

api
nozbe_delete_tag_assignments_by_idWRITE

Delete a tag assignment via DELETE /tag_assignments/{id}

api
nozbe_delete_task_recurrences_by_idWRITE

Delete a task recurrence via DELETE /task_recurrences/{id}

api
nozbe_delete_tasks_by_idWRITE

Delete a task via DELETE /tasks/{id}

api
nozbe_delete_team_members_by_idWRITE

Delete a team member via DELETE /team_members/{id}

api
nozbe_get_business_membersREAD

Get accessible business members via GET /business_members. Filter results by adding params, e.g. ?role=admin

api
nozbe_get_business_members_by_idREAD

Get business member by ID via GET /business_members/{id}

api
nozbe_get_businessesREAD

Get accessible businesses via GET /businesses. Filter results by adding params, e.g. ?name=MyBusiness

api
nozbe_get_businesses_by_idREAD

Get business by ID via GET /businesses/{id}

api
nozbe_get_commentsREAD

Get accessible comments via GET /comments. Filter results by adding params, e.g. ?task_id=abc&is_pinned=True

api
nozbe_get_comments_by_comment_id_attachmentsREAD

Get attachments related with comment via GET /comments/{comment_id}/attachments

api
nozbe_get_comments_by_comment_id_attachments_by_file_idREAD

Get attachment metadata by its ID via GET /comments/{comment_id}/attachments/{file_id}

api
nozbe_get_comments_by_idREAD

Get comment by ID via GET /comments/{id}

api
nozbe_get_group_assignmentsREAD

Get accessible group assignments via GET /group_assignments. Filter results by adding params, e.g. ?group_id=abc

api
nozbe_get_group_assignments_by_idREAD

Get group assignment by ID via GET /group_assignments/{id}

api
nozbe_get_poll_tasks_newREAD

Get new tasks since last call via GET /poll/tasks/new

api
nozbe_get_poll_tasks_updatedREAD

Get updated tasks since last call via GET /poll/tasks/updated

api
nozbe_get_project_accessesREAD

Get accessible projects accesses via GET /project_accesses. Filter results by adding params, e.g. ?project_id=abc&is_manager=True

api
nozbe_get_project_accesses_by_idREAD

Get project access by ID via GET /project_accesses/{id}

api
nozbe_get_project_groupsREAD

Get accessible project_groups via GET /project_groups. Filter results by adding params, e.g. ?is_favorite=true

api
nozbe_get_project_groups_by_idREAD

Get project_group by ID via GET /project_groups/{id}

api
nozbe_get_project_sectionsREAD

Get accessible projects sections via GET /project_sections. Filter results by adding params, e.g. ?project_id=abc

api
nozbe_get_project_sections_by_idREAD

Get project section by ID via GET /project_sections/{id}

api
nozbe_get_projectsREAD

Get accessible projects via GET /projects. Filter results by adding params, e.g. ?team_id=abc&is_open=True

api
nozbe_get_projects_by_idREAD

Get project by ID via GET /projects/{id}

api
nozbe_get_remindersREAD

Get accessible reminders via GET /reminders. Filter results by adding params, e.g. ?task_id=abc&is_all_day=True

api
nozbe_get_reminders_by_idREAD

Get reminder by ID via GET /reminders/{id}

api
nozbe_get_tag_assignmentsREAD

Get accessible tag assignments via GET /tag_assignments. Filter results by adding params, e.g. ?tag_id=abc

api
nozbe_get_tag_assignments_by_idREAD

Get tag assignment by ID via GET /tag_assignments/{id}

api
nozbe_get_tagsREAD

Get accessible tags via GET /tags. Filter results by adding params, e.g. ?is_favorite=true

api
nozbe_get_tags_by_idREAD

Get tag by ID via GET /tags/{id}

api
nozbe_get_task_eventsREAD

Get accessible task events via GET /task_events. Filter results by adding params, e.g. ?task_id=abc

api
nozbe_get_task_events_by_idREAD

Get task event by ID via GET /task_events/{id}

api
nozbe_get_task_recurrencesREAD

Get accessible task recurrences via GET /task_recurrences. Filter results by adding params, e.g. ?project_id=abc

api
nozbe_get_task_recurrences_by_idREAD

Get task recurrence by ID via GET /task_recurrences/{id}

api
nozbe_get_tasksREAD

Get accessible tasks via GET /tasks. Filter results by adding params, e.g. ?project_id=abc&review_reason=delegated

api
nozbe_get_tasks_by_idREAD

Get task by ID via GET /tasks/{id}

api
nozbe_get_team_membersREAD

Get accessible team members via GET /team_members. Filter results by adding params, e.g. ?role=admin&status=active

api
nozbe_get_team_members_by_idREAD

Get team member by ID via GET /team_members/{id}

api
nozbe_get_teamsREAD

Get accessible teams via GET /teams. Filter results by adding params, e.g. ?name=MyTeam

api
nozbe_get_teams_by_idREAD

Get team by ID via GET /teams/{id}

api
nozbe_get_usersREAD

Get accessible users via GET /users. Filter results by adding params, e.g. ?name=John

api
nozbe_get_users_by_idREAD

Get user by ID via GET /users/{id}

api
nozbe_post_commentsWRITE

Add a comment via POST /comments

api
nozbe_post_comments_by_comment_id_attachmentsWRITE

Add an attachment metadata via POST /comments/{comment_id}/attachments

api
nozbe_post_group_assignmentsWRITE

Add a group assignment via POST /group_assignments

api
nozbe_post_project_accessesWRITE

Add a project access via POST /project_accesses

api
nozbe_post_project_groupsWRITE

Add a project_group via POST /project_groups

api
nozbe_post_project_sectionsWRITE

Add a project section via POST /project_sections

api
nozbe_post_projectsWRITE

Add a project via POST /projects

api
nozbe_post_projects_from_template_by_idWRITE

Add a project from template via POST /projects/from_template/{id}

api
nozbe_post_remindersWRITE

Add a reminder via POST /reminders

api
nozbe_post_tag_assignmentsWRITE

Add a tag assignment via POST /tag_assignments

api
nozbe_post_tagsWRITE

Add a tag via POST /tags

api
nozbe_post_task_recurrencesWRITE

Add a task recurrence via POST /task_recurrences

api
nozbe_post_tasksWRITE

Add a task via POST /tasks

api
nozbe_post_team_membersWRITE

Add a team member via POST /team_members

api
nozbe_post_usersWRITE

Add a user via POST /users

api
nozbe_put_business_members_by_idWRITE

Update a business member via PUT /business_members/{id}

api
nozbe_put_comments_by_idWRITE

Update a comment via PUT /comments/{id}

api
nozbe_put_project_accesses_by_idWRITE

Update a project access via PUT /project_accesses/{id}

api
nozbe_put_project_groups_by_idWRITE

Update a project_group via PUT /project_groups/{id}

api
nozbe_put_project_sections_by_idWRITE

Update a project section via PUT /project_sections/{id}

api
nozbe_put_projects_by_idWRITE

Update a project via PUT /projects/{id}

api
nozbe_put_tags_by_idWRITE

Update a tag via PUT /tags/{id}

api
nozbe_put_task_recurrences_by_idWRITE

Update task recurrence via PUT /task_recurrences/{id}

api
nozbe_put_tasks_by_idWRITE

Update a task via PUT /tasks/{id}

api
nozbe_put_team_members_by_idWRITE

Update a team member via PUT /team_members/{id}

api
nozbe_put_teams_by_idWRITE

Update a team via PUT /teams/{id}

api
nozbe_put_users_by_idWRITE

Update a user via PUT /users/{id}

api

Put Nozbe behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.