login_direct
Store credentials directly for a project using an existing org ID and API key or JWT token, bypassing the billing login step.
Instructions
Store credentials directly for a project (bypasses billing login). Use this when you already have an org ID and API key or JWT token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgId | Yes | Organization/tenant ID | |
| profile | No | Profile name to save as (defaults to org ID) | |
| apiKey | No | API key (ak_...) | |
| token | No | JWT access token | |
| baseUrl | No | Override API base URL |