JavaScript SDKModulesProjects

Options

Options for planned Projects SDK methods.

Projects uses the projects feature flag.

const model = karybase.projects.model;

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

await karybase.projects.list();
await karybase.projects.get({ id: "project_123" });