- Developer Portal
- Admin Settings
- Organization
Manage Views¶
A view is a filtered, branded subset of an organization's APIs — for example, public for external developers and internal for internal teams. Each view has its own URL (/<orgHandle>/views/<viewName>) and shows only the APIs tagged with its assigned labels. LLM Instructions and API Workflows are also configured per view.
Adding a View¶
- Navigate to Settings and select the Views tab under ORGANIZATION.
- Click + Add view.
- Fill in the fields:
| Field | Description |
|---|---|
| Handle | Lowercase identifier used in the view's URL. Can't be changed later |
| Name | Human-friendly name shown in the portal header |
| Labels | Click to toggle which labels this view includes. Only APIs carrying at least one of these labels appear in the view |
- Click Add view.
Note
If no labels exist yet, create them first under Manage Labels — the label picker is empty until at least one label exists.
Editing a View¶
Click a view's name (or the pencil icon) in the Views table to reopen the same form, update its name or label selection, and click Save changes. The handle can't be changed after creation.
Deleting a View¶
Click the trash icon next to a view and confirm. Deleting a view also removes its LLM Instructions and API Workflows — this can't be undone.
Note
The default view can't be deleted.