JavaScript SDKModulesServices

Options

Options for planned Services SDK methods.

Services is declared in the SDK so client code can align navigation, feature gates, and future integrations with the same services feature flag used by Karybase.

const model = karybase.services.model;

Planned callable methods accept minimal options and use the organization scoped to the API key, but currently reject with status 501.

await karybase.services.list();
await karybase.services.get({ id: "service_123" });

Do not rely on planned methods for production reads until the module status becomes available.