You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated all InsForge tool API endpoints to match the actual backend routes:
- Database: /api/database/:tableName (was /rest/v1/:tableName)
- Storage: /api/storage/buckets/:bucket/objects/:key
- Functions: /functions/:slug
- AI Chat: /api/ai/chat/completion
- AI Image: /api/ai/image/generation
Also updated storage_delete to use single file deletion instead of bulk
delete to match InsForge API design.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments