Overview
New Instance Platform
New Instance Platform — REST API
Use this collection for the supported New Instance REST workflows and product integration guides.
Platform products covered:
- BugWatch — error/log ingest, OpenTelemetry, Prometheus, Jaeger, RUM, debug symbols
- Support Tickets — sign-in links, ticket CRUD, comments
- Secret Manager — encrypted MEK + variable fetch
- Chat — embeddable widget integration
- Docs Portal — dashboard-managed docs publishing
Import instructionslink
- Import this collection into your API client or documentation tool
- Import the matching environment file (
NewInstance.local,NewInstance.staging, orNewInstance.production) - Select the environment from the dropdown (top-right)
- Set
apiKey,projectId,mobileAppSecret,appId,environment,release
API base URLslink
- Local dev:
http://localhost:5050 - Production:
https://api.newinstance.cloud
Authenticationlink
All requests use x-api-key: {{apiKey}} except:
- BugWatch browser ingest →
x-bugwatch-session: {{sessionToken}} - BugWatch mobile ingest →
x-bugwatch-token: {{mobileToken}}(auto-built by pre-request script)