Skip to main content

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:

ServiceWhat Is Checked
PublicAPIThe public API gateway is reachable
AuthenticationYour stored credentials are valid and not expired
ConfiguratorTenant configuration access is working
ResourceAPIThe resource API schema is available
AICoreThe 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 login and eai env pull were 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.
  • eai doctor -- More comprehensive diagnostics including local environment checks
  • eai login -- Re-authenticate if the authentication check fails
  • eai env pull -- Re-sync configuration if endpoint URLs are incorrect