Documentation

Everything you need to get started with TEM-RR and make the most of our platform.

1 Create Account

  1. Click "Start Free Trial" to create your account
  2. Verify your email address
  3. Set up your organization name
  4. Complete your profile

2 Add Environments

  1. Go to Settings > Environments
  2. Click "Add Environment"
  3. Enter name, type, and description
  4. Set capacity and booking rules

3 Invite Team

  1. Navigate to Settings > Team
  2. Click "Invite Members"
  3. Enter email addresses
  4. Assign roles (Admin/Manager/Viewer)
Documentation

Explore Our Guides

Comprehensive documentation to help you master TEM-RR.

Getting Started

Learn the basics and set up your first environment.

Environment Booking

Master the booking calendar and scheduling features.

Release Readiness

Create and manage release readiness checklists.

Team Management

Manage your team and configure permissions.

Integrations

Connect TEM-RR with your favorite tools.

Analytics & Reports

Track usage and generate reports.

API Reference

Build Custom Integrations

Our RESTful API gives you full access to TEM-RR's functionality. Automate bookings, integrate with your CI/CD pipeline, and build custom workflows.

GET /api/v1/environments/
{
  "count": 3,
  "results": [
    {
      "id": "env_123",
      "name": "staging-1",
      "status": "available",
      "capacity": 1
    }
  ]
}

Available Endpoints

GET /api/v1/environments/
POST /api/v1/bookings/
GET /api/v1/bookings/{id}/
PUT /api/v1/bookings/{id}/
DELETE /api/v1/bookings/{id}/
GET /api/v1/checklists/