eai verify
Run platform connectivity checks to ensure all services are reachable and your authentication is valid.
Syntax
eai verify
Description
The eai verify command tests connectivity to all Enterprise AI platform services and reports the status of each. This is useful for diagnosing connection issues, validating your setup after initial configuration, or confirming that the platform is healthy before running other commands.
What It Checks
The verify command tests the following platform services:
| Service | What Is Checked |
|---|---|
| PublicAPI | The public API gateway is reachable |
| Authentication | Your stored credentials are valid and not expired |
| Configurator | Tenant configuration access is working |
| ResourceAPI | The resource API schema is available |
| AICore | The AI chat endpoint is reachable |
Example
eai verify
Sample output:
Checking platform connectivity...
PublicAPI OK
Authentication OK
Configurator OK
ResourceAPI OK
AICore OK
All checks passed.
If any check fails, the output will indicate which service is unreachable or misconfigured, along with a suggested remediation step.
When to Use
- After initial setup -- Verify that
eai loginandeai env pullwere successful. - Before deploying -- Confirm platform health before triggering a deployment.
- When debugging errors -- Isolate whether an issue is caused by a connectivity problem or something else.
- After network changes -- If you have switched networks, VPNs, or proxy configurations.
Related Commands
eai doctor-- More comprehensive diagnostics including local environment checkseai login-- Re-authenticate if the authentication check failseai env pull-- Re-sync configuration if endpoint URLs are incorrect