Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const { result, error } = await unprice.features.list(); if (error) { console.error(error.message); return; } console.log(result);
{ "features": [ { "id": "feat_1234567890", "slug": "ai-messages", "title": "AI messages" } ] }
List features for the authenticated project