AI Development Support Page Added
An "AI Tools" menu has been added to the top navigation bar. By injecting the full ONDA API documentation as context into AI development tools like Claude Code, Cursor, and Windsurf, you can receive more accurate code suggestions and API understanding.
Key Changes
Dedicated AI Tools Page (/ai-tools)
A dedicated page has been added where Vendor API and Channel API developers can select and download only the context files relevant to their integration scope.
Available Files
| File | Purpose | For |
|---|---|---|
ONDA-VENDOR-CLAUDE.md | Claude Code context | Vendor API developers |
ONDA-VENDOR.mdc | Cursor context | Vendor API developers |
ONDA-VENDOR.windsurfrules | Windsurf context | Vendor API developers |
ONDA-CHANNEL-CLAUDE.md | Claude Code context | Channel API developers |
ONDA-CHANNEL.mdc | Cursor context | Channel API developers |
ONDA-CHANNEL.windsurfrules | Windsurf context | Channel API developers |
Each file includes the common guides (Introduction, Getting Started, FAQ) along with the full set of API-specific documentation.
How to Use
Claude Code
# Save the downloaded file to your project root
mv ~/Downloads/ONDA-VENDOR-CLAUDE.md ./CLAUDE.md
# Claude Code will automatically load the ONDA Vendor API context
Cursor
# Create the .cursor/rules/ directory and move the file
mkdir -p .cursor/rules
mv ~/Downloads/onda-vendor.mdc .cursor/rules/
# Cursor AI will automatically load the ONDA Vendor API context
Windsurf
# Save the downloaded file to your project root
mv ~/Downloads/ONDA-VENDOR.windsurfrules ./.windsurfrules
# Windsurf AI will automatically recognize the ONDA Vendor API context
Contact
If you have any questions about API integration, please feel free to contact us:
- Technical Support: techsupport@onda.me