Documentation
Everything you need to get started with TEM-RR and make the most of our platform.
1 Create Account
- Click "Start Free Trial" to create your account
- Verify your email address
- Set up your organization name
- Complete your profile
2 Add Environments
- Go to
Settings > Environments - Click "Add Environment"
- Enter name, type, and description
- Set capacity and booking rules
3 Invite Team
- Navigate to
Settings > Team - Click "Invite Members"
- Enter email addresses
- 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.
- Quick Start Guide
- Account Setup
- First Environment
Environment Booking
Master the booking calendar and scheduling features.
- Calendar Overview
- Creating Bookings
- Recurring Bookings
Release Readiness
Create and manage release readiness checklists.
- Checklist Templates
- Approval Workflows
- Progress Tracking
Team Management
Manage your team and configure permissions.
- Inviting Members
- Roles & Permissions
- Team Settings
Integrations
Connect TEM-RR with your favorite tools.
- Slack Integration
- Jira Integration
- GitHub Integration
Analytics & Reports
Track usage and generate reports.
- Dashboard Overview
- Usage Analytics
- Custom 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/