DevTools Documentation

Resources

Cloud logging, MCP integrations, frontend tooling, and SSH workflows for production DevTools teams.

MCP Access
Cloud Logger
Frontend Tools
SSH Ready
Resources

A resource is the unit of ownership for logs, health state, alerts, and collaboration settings. Keep each service, host, or workload mapped to a specific resource for clean operational triage.

Find Resource UUID
  1. Open Resources.
  2. Select a resource to open Resource Details.
  3. Copy the UUID shown in the header for SDK and curl usage.
Resource Collaboration
  • Owners can share resources with collaborators.
  • Collaborators can keep their own alert preferences.
  • Resource monitor notifications respect each user's settings.
Resource Identifier Patterns
  • Resource UUID (preferred)
  • Numeric resource ID (internal APIs)
  • Resource key (for service-level workflows)
Resource Log Ingest Endpoint
POST /u/<username>/resources/<resource_uuid>/logs/
X-API-Key: <api_key>
Content-Type: application/json

Resource-scoped ingestion resolves account ownership from the path.

Operational Pairing

Use resource logs, health checks, and SSH workflows together. Teams can diagnose a failing workload quickly when deployment details, timeline events, and direct access are attached to the same resource record.