API Docs
stackfoundry/api-docsFreeBlock
API reference shell with auth, pagination, and error examples.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/api-docs.jsonSource
1export type ApiDocsItem = {2 key: string;3 title: string;4 status?: "active" | "draft" | "archived";5 metadata?: Record<string, unknown>;6};78export function createApiDocsItem(item: ApiDocsItem) {9 return {10 key: item.key,11 title: item.title,12 status: item.status ?? "active",13 metadata: item.metadata ?? {},14 };15}1617export const apiDocsChecklist = [18 "Confirm ownership boundaries",19 "Wire persistence or provider adapter",20 "Add audit events for sensitive changes",21] as const;
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Settingsaccount-settings | stackfoundry | Blocks | Free | no deps · 2 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI Elementsai-elements | stackfoundry | Blocks | Free | no deps · 5 files |
