Both views require a selected project and environment. Access the routes from the header Activity and Settings links.Documentation Index
Fetch the complete documentation index at: https://docs.gateways.app/llms.txt
Use this file to discover all available pages before exploring further.
Activity
Route:/{project}/{environment}/activity
The activity view lists auditable events for the environment, including resource lifecycle actions, connection changes, and invocations where instrumented.
| Capability | Description |
|---|---|
| Filtering | Restrict by resource type and by action class (for example create, update, delete, connect). |
| Pagination | Incremental loading when the event set exceeds the page size. |
| Refresh | Reloads the current result set from the API. |
Project settings
Route:/{project}/{environment}/settings
Settings render as a scrollable document with a section index. Typical sections:
| Section | Content |
|---|---|
| General | Project identification and metadata. |
| Usage | Consumption or quota metrics when exposed by the deployment. |
| Cloud provider | Linked cloud account status. Users with sufficient permission can initiate linking or unlink the account. Unlinking may be blocked while active resources remain. |
| Environments | CRUD operations on environments within the project, subject to role constraints. |
| Members | Project- or environment-scoped access as implemented. |
| Danger zone | Irreversible operations such as project deletion; requires explicit confirmation. |