Reference
Service endpoints
Production origins and important public paths used by Tenvyr components.
Origins
| Purpose | Origin |
|---|---|
| Console, CLI, and user APIs | https://app.tenvyr.com |
| Agent enrollment and control | https://agents.tenvyr.com |
| SCIM provisioning | https://scim.tenvyr.com |
| Documentation | https://docs.tenvyr.com |
Important paths
| Workflow | Path |
|---|---|
| OIDC callback | /auth/v1/oidc/PROVIDER_UUID/callback on the application origin |
| SCIM connector root | /scim/v2/CONNECTOR_ID on the SCIM origin |
| Agent enrollment | /agent/v1/enroll on the agent origin |
Provider and connector IDs are opaque UUIDs. Copy them exactly from Tenvyr.
Network rules
- Require HTTPS.
- Keep agent traffic on the agent origin.
- Allow the SCIM origin only from the provisioning system where feasible.
- Do not expose internal service or datastore addresses.
- Validate proxy and TLS-inspection behavior before production.