| Define | Page | Core APIs |
|---|---|---|
| What the model can do | Register Tools | registerTool |
| What the user sees | Create Views | useToolInfo, useCallTool |
| What the model knows | Manage State | useViewState, data-llm |
| Who is asking | Authenticate Users | requireBearerAuth, securitySchemes |
Register Tools
Define what humans and agents can do
Create Views
Craft interactive UIs rendered in conversation
Manage State
Decide what the model sees
Authenticate Users
Know who’s behind every tool call