api_login
Authenticate API requests by logging in with environment variables. Automatically extracts the token and updates Authorization headers for subsequent calls.
Instructions
API login authentication tool that uses environment variables for login credentials. Automatically extracts token from response and updates Authorization headers. Example: Call with optional baseUrl parameter to override default base URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Base URL for login request (optional, will override config baseUrl) |