TS One Platform Integration
Overview​
The TS Archive service is part of the TS One Platform ecosystem offered by TeamSystem. This integration provides a unified authentication and authorization framework for all TeamSystem products and services.
For complete documentation and support for the TS One Platform, please visit the official help center.
Prerequisites​
Before using the TS Archive service, the following prerequisites must be met:
User and Company Setup​
Users and company positions for which you intend to work must be properly configured in the TeamSystem portal. This is a fundamental requirement for the system to function correctly.
TeamSystem Portal Familiarization​
It is essential that integrators become familiar with the TeamSystem portal to understand:
- User Authentication via TSID: How user authentication works through the TeamSystem ID (TSID) system
- Portal Navigation: Basic navigation and usage of the portal interface
- Company and Studio Management: How to create and manage companies and studios
- Permissions and Authorizations: How to manage user permissions and access rights
- Product Access: How to configure access to different TeamSystem products
Studio and Multi-Company Integration​
If you intend to develop integrations for studios and managed companies (not just single-company scenarios), you must also become familiar with the company connection system that governs relationships between studios and their managed entities. Understanding this connection framework is essential to properly handle multi-tenant scenarios and ensure correct data routing and access control across organizational boundaries.
TeamSystem Portal​
The TeamSystem platform is available in two environments:
Production Environment​
app.teamsystem.com - The official production environment for live operations.
Test Environment​
app-test.teamsystem.com - The staging/test environment for development and integration testing.
The entire suite of products is available on the test environment, allowing you to:
- Create and activate trial services
- Perform testing and integration work
- Work in a staging environment before moving to production
- Validate your integration without affecting production data
Recommended Workflow: Start your integration and testing activities on the test environment (app-test.teamsystem.com) before deploying to the official production site (app.teamsystem.com).
Portal Capabilities​
Through both portals, you can:
- Create and manage organizational entities (companies, studios)
- Configure users and their roles
- Assign product access and permissions
- Manage authentication settings
Integration Flow​
- Portal Configuration: Set up users, companies, and permissions in the TeamSystem portal
- TSID Authentication: Users authenticate via the TSID system
- Service Access: Once authenticated and authorized, users can access TS Archive and other TS One Platform services
For more information about authentication and authorization mechanisms, please refer to the Authentication) and Standard Headers documentation.