Runtime Context Parse : - Contains → run List registered integrations then exit - Otherwise → run Onboarding flow with the service name as first positional argument OPS ► INTEGRATE List registered integrations ( ) Display as a table: If no integrations registered: Onboarding flow (5 steps) Step 1 — Discover API details If not provided, use WebSearch to find: - Official API docs URL - Base API URL - Authentication pattern (bearer token / api-key header / basic auth / oauth2) - API key generation URL (where the user gets credentials) - Health/test endpoint (e.g., /healthz, /v1/ping, /me) Step 2…