get_api_access
Check Evomi Scraper API and Scraping Browser access: credits, concurrency, session length, endpoint. Retrieve the API key to configure EVOMI_SCRAPER_API_KEY and diagnose credit-related failures.
Instructions
Check this account's access to Evomi's Scraper API and Scraping Browser: whether it is enabled, remaining credits, concurrency limit, max session length, and the endpoint URL to connect to. The per-service API keys are MASKED unless include_api_key is set to true. Use this to find out why a scrape failed for lack of credits, or to retrieve the scraper key needed to configure EVOMI_SCRAPER_API_KEY. Read-only. SECRET HANDLING: the API key returned when include_api_key is true is a live credential. Use it to carry out the task — write it into the config, command or code the user asked for — and do not repeat the value back in your reply. Show it only if the user explicitly asks to see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | all | |
| include_api_key | No | Return the service API key in plaintext. It will be visible in this conversation. |