Documentation Index
Fetch the complete documentation index at: https://docs-staging.skybridge.tech/llms.txt
Use this file to discover all available pages before exploring further.
Frequently Asked Questions
Type Safety Issues
”Property does not exist on type” when using typed hooks
Make sure you’re importing from your generated helpers file, not directly fromskybridge/web:
No autocomplete for tool names
Check that:- Your server exports
type AppType = typeof server - Your
skybridge.tsimports this type correctly - You’re using method chaining when registering tools