wayl_status
Check the server's configuration status to diagnose misconfiguration. Returns base URL, API key presence, default environment, and other settings, without calling the Wayl API or changing state.
Instructions
Report how this server is configured, without calling the Wayl API.
Call this first when something looks misconfigured: it returns the base URL, whether
an API key is present, which environment new links default to (`defaultEnv` and
`liveMode`), which optional defaults are set, the reference prefix, and the fixed IQD
currency with its 1000 IQD minimum charge.
It reports presence, not validity — `apiKeyConfigured: true` only means a key was
found in the environment. Use `verify_auth_key` to confirm the key actually works.
Secret values are never returned, only booleans saying whether they are set.
Config is read once at start-up, so editing environment variables changes nothing
until the server is restarted. Makes no network call and changes no state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||