oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
28 lines (17 loc) • 409 B
Markdown
# Generate API Documentation
**Category:** documentation
**Version:** 1.0.0
**Used By:** agent-documenter
## Purpose
Generates API reference from code.
## Output
```markdown
## createBlogPost
Creates a new blog post.
**Parameters:**
- `title` (string): Post title
- `content` (string): Post content
**Returns:** `Id<"things">`
```
## Version History
- **1.0.0** (2025-10-18): Initial implementation