project-invitation
Project Invitations
Overview
When sharing a project with a user who is not a workspace member, Spuree creates a pending invitation instead of adding them directly. This skill manages those invitations.
Direct sharing (target is already a workspace member) is handled immediately by
POST /v1/projects/{projectId}/sharein the project-management skill — no invitation is created.
Use this skill when an agent needs to:
- Check pending invitations for the current user
- Accept or decline an invitation
- List, cancel, or resend invitations for a project
Authentication
Authorization: Bearer $SPUREE_ACCESS_TOKEN
More from cheehoolabs/spureeskills
file-management
Search, get, create, upload (single & multipart), update, and delete files in Spuree projects with checksum-verified upload flow
27folder-management
Create, update, delete, and browse folders (sessions) within Spuree projects, including listing assets, files, and batch file downloads
13authentication
Obtain and refresh JWT access tokens, and manage API keys for the Spuree V1 API
12project-management
Create, list, update, delete, and share projects in Spuree, including browsing project contents
12