Skip to main content
GET
/
health
JavaScript
import Smithery from '@smithery/api';

const client = new Smithery({
  apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted
});

const response = await client.health.check();

console.log(response.status);
{
  "status": "<string>",
  "timestamp": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Smithery API key as Bearer token

Response

Service is healthy

status
string
required
timestamp
string
required