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.

56 lines
2.1 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 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 Resource Limits
  29. Your account limits (such as the total number of checks) are shared by all projects
  30. owned by your account. For example, consider a Business account with two projects,
  31. "Project A" and "Project B". If A has 70 checks, then B cannot have more than
  32. 30 checks, in order to not exceed Bussiness account's total limit of 100.
  33. However, only checks from your own projects count towards your account's
  34. quota. If you get invited to somebody else's project, that does not change
  35. the number of checks you can create in your own projects.
  36. ## Projects and Monthly Reports
  37. SITE_NAME sends monthly email reports at the
  38. start of each month. The monthly reports list a summary of checks from
  39. **all projects you have access to** (either as the owner or as a member).