Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview

Tool Types
- API Tools — connect to external services.
- Logic Tools — handle data transformations or business rules.
- Utility Tools — manage internal operations (e.g., token validation).
Managed in DevStudio
Developers can:- Edit and test tools in isolation.
- Save tools to the Workspace Library for reuse.
- Version and publish them for other assistants.
Structure
- Parameters and input validation
- Return schema and capture variables
- Versioning and publishing
Best practices
- Defensive error handling
- Secure authentication
- Clear parameter docs and examples