This guide walks you through setting up Plinqx and exposing your first tool to AI clients.Documentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Plinqx account (sign up here)
- An API you want to connect (or use our demo endpoint)
Step 1: Create Your First Collection
Collections are how you organize and expose tools to AI clients.Step 2: Add a Custom Tool
Let’s create a simple weather tool using a public API.Configure Basic Info
- Name:
get_weather - Display Name: Get Weather
- Description: Get current weather for a city
Configure Endpoint
- Method: GET
- Base URL:
https://api.weatherapi.com/v1 - Path:
/current.json - Auth Type: API Key (Query Parameter)
Define Parameters
Add a
q parameter for the city name:- Name:
q - Type: string
- Required: Yes
- Description: City name to get weather for
Step 3: Add Tool to Collection
Step 4: Generate an API Key
Step 5: Test in Playground
Congratulations! You’ve successfully set up your first tool in Plinqx.
Next Steps
Connect to ChatGPT
Expose your tools to ChatGPT
Add Salesforce
Connect your Salesforce org
Build Workflows
Create multi-step automations
Set Up Policies
Add rate limiting and approvals