Skip to main content

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

Tools 1
Tools are modular logic units that developers maintain and reuse across Assistants. Tools are built and versioned in DevStudio. Agents invoke tools to perform actions.

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