Portal Advanced Features
Beyond API discovery and subscriptions, the Developer Portal provides tools for testing, automation, and usage monitoring.
API Testing Sandboxβ
Test API endpoints directly from the Portal without external tools.
Featuresβ
| Feature | Description |
|---|---|
| Method selector | GET, POST, PUT, PATCH, DELETE |
| Path builder | Auto-complete from API spec |
| Header editor | Add custom headers |
| Body editor | JSON editor with syntax highlighting |
| Auth injection | Automatic Bearer token or API key |
| Response viewer | Status, latency, formatted JSON/text |
| Request history | Recent requests for quick replay |
Using the Sandboxβ
- Navigate to an API detail page
- Click Try It or Sandbox
- Select the HTTP method and path
- Add headers or body as needed
- Choose the environment (dev, staging, production)
- Click Send
Environment Selectionβ
The sandbox supports multiple environments:
| Environment | Base URL | Use Case |
|---|---|---|
| Development | Configured per API | Local testing |
| Staging | Staging gateway URL | Pre-production validation |
| Production | Production gateway URL | Live verification |
Switch environments using the dropdown at the top of the sandbox.
Authenticationβ
The sandbox automatically injects credentials based on your subscription:
- Bearer token: Uses your current session token
- API key: Uses the key from your active subscription
Webhook management has moved to the Console. See Console Advanced Features.
Service Account Managementβ
Create and manage service accounts for M2M API access.
Creating a Service Accountβ
- Navigate to Service Accounts in the Portal sidebar
- Click Create Service Account
- Enter a name and optional description
- Click Create
- Copy the credentials immediately β the secret is shown only once
Available Actionsβ
| Action | Description |
|---|---|
| Create | Generate new client_id + client_secret |
| Delete | Remove account and invalidate all tokens |
| Regenerate secret | New secret, old one invalidated immediately |
Service accounts inherit the RBAC role of the user who created them.
See Service Accounts for usage patterns and CI/CD integration.
Usage Analyticsβ
Monitor your API consumption from the Usage page.
Metrics Availableβ
| Metric | Description |
|---|---|
| Total requests | Cumulative requests across all subscriptions |
| Requests by API | Per-API breakdown |
| Error rate | Percentage of 4xx/5xx responses |
| Latency distribution | Response time percentiles |
| Quota usage | Current usage vs. rate limit |
Time Rangesβ
Select from 24h, 7d, or 30d views to track consumption trends.
Workspace Settingsβ
Manage your workspace from the Workspace page:
- Profile: Update display name and contact email
- Notifications: Configure email notification preferences
- API keys: View and manage active API keys across subscriptions
- Team members: Invite collaborators to your workspace (tenant-admin only)
MCP Server Discoveryβ
Browse available MCP servers and AI tools:
- Navigate to Servers in the Portal sidebar
- Browse available MCP servers by category
- View server details: tools offered, authentication requirements, pricing tier
- Click Subscribe to request access to a server's tools
Relatedβ
- Developer Portal Guide -- Basic Portal usage
- Webhooks -- Webhook API reference
- Service Accounts -- M2M authentication
- Subscriptions -- Subscription workflow