{{ selectedProject?.name }}
{{ selectedProject?.description }}
Created: {{ formatTimestamp(selectedProject?.create_timestamp) }}
Updated: {{ formatTimestamp(selectedProject?.update_timestamp) }}
Status: {{ selectedProject?.deleted ? 'Archived' : 'Active' }}
Owners
- {{ owner }}
Resource footprint
- {{ key }}
- {{ value }}
Routers (Projects API)
{{ router.type }} router
Hosts exposed by
/v0/projectsHeaders in: {{ displayKeyValue(router.HeadersIn) }}
Headers out: {{ displayKeyValue(router.HeadersOut) }}
Hosts
{{ host.name }}
Added {{ formatTimestamp(host.creation_timestamp) }} ·
{{ host.verified ? 'Verified' : 'Pending' }}
Edge config
{{ displayKeyValue(router.config) }}
No routers defined yet for this project.
Create project (mock)
Follows POST /v0/projects by capturing name and owners.
Projects API operations
-
{{ operation.method }}
{{ operation.path }}{{ operation.description }}
Resources in {{ selectedProject?.name }}
{{ activeProjectResources.length }} resources mapped from OpenAPI specs
| Service | Resource | Type |
|---|---|---|
| {{ resource.service }} | {{ resource.type }} |
{{ service.name }}
{{ service.summary }}
{{ service.operations.length }} endpoints
-
{{ operation.method }}
{{ operation.path }}
{{ activeTab.detail.name }}
{{ activeTab.detail.summary }}
Service metrics
{{ key }}
{{ value }}
{{ activeTab.detail.description }}
Key endpoints
-
{{ operation.method }}
{{ operation.path }}{{ operation.description }}
Schema highlights
{{ schema.name }}
{{ schema.description }}
- {{ field.name }} ({{ field.type }}) {{ field.description }}
Insights
- • {{ insight }}
Sample requests
{{ sample.title }}
{{ sample.method }}
{{ sample.url }}{{ sample.notes }}
{{ activeTab.label }}
{{ activeTab.detail.summary }}
Service: {{ activeTab.detail.service }}
Resource type: {{ activeTab.detail.resourceType || 'Resource' }}
Projects: {{ activeTab.detail.projects.join(', ') }}
{{ key }}
{{ value }}
API operations
| Method | Path | Description |
|---|---|---|
| {{ operation.method }} | {{ operation.path }} | {{ operation.description }} |
Schema
{{ schema.name }}
{{ schema.description }}
- {{ field.name }} ({{ field.type }}) {{ field.description }}
Mock data (aligned with spec)
{{ formatJSON(activeTab.detail.mockData) }}
Notes
- • {{ note }}
Live telemetry (mocked)
Following OpenAPI paths across services to plan future integrations.
{{ event.time }}
{{ event.text }}