Check several APIs at once
check_apisCheck the current status of multiple APIs in one call — useful when diagnosing a failing app that depends on several services (e.g. ['stripe','openai','aws s3']). Returns each API's status so an agent can tell which dependency is the culprit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apis | Yes | API names or slugs to check, e.g. ['stripe','openai','github']. |