Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add team members by email.
curl -X POST https://api.flexorch.com/v1/team/invite \ -H "Authorization: Bearer eyJ..." \ -H "Content-Type: application/json" \ -d '{"email": "colleague@company.com", "role": "member"}'
curl -X DELETE https://api.flexorch.com/v1/team/members/{user_id} \ -H "Authorization: Bearer eyJ..."