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.

49 lines
2.8 KiB

5 years ago
  1. <h1>Projects and Teams</h1>
  2. <p>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.</p>
  5. <p><img alt="An overview of projects" src="IMG_URL/projects.png" /></p>
  6. <p>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:</p>
  9. <p><img alt="The transfer dialog" src="IMG_URL/transfer_check.png" /></p>
  10. <h2>Team Access</h2>
  11. <p>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 <strong>more convenient and more
  14. secure</strong> than sharing a password to a single account.</p>
  15. <p><img alt="Team access section" src="IMG_URL/team_access.png" /></p>
  16. <p>The user who originally created the project is listed as <strong>owner</strong>. Any invited users
  17. are listed as <strong>members</strong>. The members can:</p>
  18. <ul>
  19. <li>create, edit and remove checks</li>
  20. <li>create and remove integrations</li>
  21. <li>rename the project</li>
  22. <li>view and regenerate project's API keys</li>
  23. <li>give up their membership
  24. (from their <a href="../../accounts/profile">Account Settings</a> page)</li>
  25. </ul>
  26. <p>The members <strong>can not</strong>:</p>
  27. <ul>
  28. <li>invite new members into the project</li>
  29. <li>manage project's billing</li>
  30. <li>remove the project</li>
  31. </ul>
  32. <h2>Projects and Check Limits</h2>
  33. <p><strong>Check limit</strong> is the total number of checks your account can have. The specific
  34. limit depends on the account's billing plan.</p>
  35. <p>Account's check limit is shared by all projects owned by your account.
  36. For example, consider a Business account with two projects,
  37. "Project A" and "Project B". If A has 70 checks, then B cannot have more than
  38. 30 checks, in order to not exceed the Business account's total limit of 100.</p>
  39. <p>However, only checks from your own projects count towards your account's
  40. quota. If you get invited to somebody else's project, that does not change
  41. the number of checks you can create in your own projects.</p>
  42. <h2>Projects and Team Size Limits</h2>
  43. <p><strong>Team size</strong> is the number of unique users you can invite in your projects.
  44. The team size limit is also shared by all projects owned by your account.
  45. However, if you invite the same user (using the same email address) into several
  46. projects, it only takes up a single "seat".</p>
  47. <h2>Projects and Monthly Reports</h2>
  48. <p>SITE_NAME sends monthly email reports at the
  49. start of each month. The monthly reports list a summary of checks from
  50. <strong>all projects you have access to</strong> (either as the owner or as a member).</p>