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.

88 lines
3.5 KiB

  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 transfer
  4. your checks between 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. between projects. The transfer operation preserves 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 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 created the project is listed as **Owner**. When you invite an user
  17. to the project, you can select one of the three roles for their membership:
  18. **Team Member** (what you usually want), **Manager** or **Read-only**.
  19. Team Members can:
  20. * create, edit and remove checks
  21. * create and remove integrations
  22. * rename the project
  23. * view and regenerate project's API keys
  24. * give up their membership
  25. (from their [Account Settings](../../accounts/profile/) page)
  26. Team Members can not:
  27. * invite new members into the project
  28. * change project's owner
  29. * manage project owner's billing settings
  30. * remove the project
  31. **Managers** have the same permissions as Team Members, with one exception:
  32. Managers can invite new members and remove existing members from the project's team.
  33. Managers still can not change or remove project's owner, or manage billing.
  34. **Read-only** members can:
  35. * view checks, including check details and ping logs
  36. * view integrations
  37. * give up their membership
  38. Read-only members can not modify checks, integrations, or project settings.
  39. They also cannot access the project's API keys as that would effectively give them
  40. read-write access through API.
  41. ## Projects and Check Limits
  42. **Check Limit** is the total number of checks your account can have. The specific
  43. limit depends on the account's billing plan. When you reach the Check Limit
  44. you will not be able to create new checks.
  45. All projects owned by your account shares your account's Check Limit.
  46. For example, consider a Business account with two projects,
  47. "Project A" and "Project B." If A has 70 checks, then B cannot have more than
  48. 30 checks in order to not exceed the Business account's total limit of 100.
  49. However, only checks from your own projects count towards your account's
  50. quota. If you get invited to somebody else's project, that does not change
  51. the number of checks you can create in your projects.
  52. ## Projects and Team Size Limits
  53. **Team Size** is the number of *unique* users you can invite to your projects.
  54. Same as with Check Limit, all projects share your account's Team Size limit.
  55. However, if you invite the same user (using the same email address) into multiple
  56. projects, it only takes up a single seat.
  57. ## Projects and Monthly Reports
  58. SITE_NAME sends periodic email reports with a summary of checks
  59. from **all your projects**. The reports contain status summaries for
  60. both the projects you own and the projects you are a member of.
  61. You can configure the frequency of the reports (monthly, on the 1st of every month,
  62. or weekly, on Mondays) or turn them off altogether in
  63. [Account Settings › Email Reports](../../accounts/profile/notifications/).