Documentation Index
Fetch the complete documentation index at: https://docs.threadify.dev/llms.txt
Use this file to discover all available pages before exploring further.
Creating Invitations
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
role | string | required | Business/contract role (e.g., "logistics", "supplier", "merchant") |
accessLevel | string | 'external' | Permission level. Use SDK enums: Threadify.FOR_EXTERNAL (default), Threadify.FOR_OBSERVER, Threadify.FOR_PARTICIPANT |
expiresIn | string | '24h' | Token expiration (e.g., '24h', '7d') |
Invitation Properties
| Property | Type | Description |
|---|---|---|
token | string | Invitation token to share |
threadId | string | Thread ID |
role | string | Assigned role |
accessLevel | string | Access level |
expiresAt | string | ISO timestamp |
Next Steps
Joining Threads
Learn how to join threads with invitations
Managing Access
Manage thread participants and permissions