You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.5 KiB

5 years ago
  1. # Projects and Teams
  2. Use Projects to organize checks in your SITE_NAME account. Your account initially
  3. has a single default project. You can create additional projects and organize
  4. your checks in them as your usage grows.
  5. ![An overview of projects](IMG_URL/projects.png)
  6. Checks and integrations are project-scoped: each check and each configured
  7. integration always belongs to a particular project. Checks can be transferred
  8. from one project to another, preserving check's ping address:
  9. ![The transfer dialog](IMG_URL/transfer_check.png)
  10. ## Team Access
  11. You can grant your colleagues access to a project by inviting them into
  12. the project's team. Each project has its own separate team so you can grant access
  13. selectively. Inviting team members is **more convenient and more
  14. secure** than sharing a password to a single account.
  15. ![Team access section](IMG_URL/team_access.png)
  16. The user who originally created the project is listed as **owner**. Any invited users
  17. are listed as **members**. The members can:
  18. * create, edit and remove checks
  19. * create and remove integrations
  20. * rename the project
  21. * view and regenerate project's API keys
  22. * give up their membership
  23. (from their [Account Settings](../../accounts/profile) page)
  24. The members **can not**:
  25. * invite new members into the project
  26. * manage project's billing
  27. * remove the project
  28. ## Projects and Check Limits
  29. **Check limit** is the total number of checks your account can have. The specific
  30. limit depends on the account's billing plan.
  31. Account's check limit is shared by all projects owned by your account.
  32. For example, consider a Business account with two projects,
  33. "Project A" and "Project B". If A has 70 checks, then B cannot have more than
  34. 30 checks, in order to not exceed the Business account's total limit of 100.
  35. However, only checks from your own projects count towards your account's
  36. quota. If you get invited to somebody else's project, that does not change
  37. the number of checks you can create in your own projects.
  38. ## Projects and Team Size Limits
  39. **Team size** is the number of unique users you can invite in your projects.
  40. The team size limit is also shared by all projects owned by your account.
  41. However, if you invite the same user (using the same email address) into several
  42. projects, it only takes up a single "seat".
  43. ## Projects and Monthly Reports
  44. SITE_NAME sends monthly email reports at the
  45. start of each month. The monthly reports list a summary of checks from
  46. **all projects you have access to** (either as the owner or as a member).