The Playground lets you test tools directly in Plinqx’s interface. Test tools before adding them to production collections, debug issues, and verify configurations.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.
Overview
The Playground provides:- Direct Testing: Execute tools without an AI client
- Real Responses: See actual API responses
- Context Testing: Test with store and principal context
- Debugging: Identify configuration issues quickly
Testing Modes
The Playground supports two modes:Connection Mode
Test tools directly from a connection (provider, MCP server, etc.):- See raw tools as they come from the source
- No aliases or policies applied
- Useful for debugging connection issues
Collection Mode
Test tools as they appear to AI clients:- Aliases applied
- Policies enforced
- Store exposure filtering
- Credential policy evaluation
Using the Playground
Select Source
- Connection Mode: Choose a connection (Salesforce, MCP server, etc.)
- Collection Mode: Choose a collection
Context Testing
In Collection mode, you can test tools with specific contexts:Test as Store
Simulate which tools a specific AI platform would see:Test as Principal
Test credential availability for a specific user:Tool Status Indicators
When testing with context, tools show status badges:| Badge | Meaning |
|---|---|
| System | Using system/tenant credentials |
| User | Principal has user credentials available |
| No credentials | USER_REQUIRED but principal lacks credentials |
| Not exposed | Tool not exposed to selected store |
| Disabled | Tool disabled or unavailable |
Best Practices
Test Before Publishing
Always test tools in the Playground before adding to production collections
Use Context Testing
Test with store and principal context to verify exposure and credentials
Check Responses
Verify response format matches expectations
Test Edge Cases
Test with various input values to catch errors
Troubleshooting
Tool Not Appearing
If a tool doesn’t appear:- Check if it’s enabled in the collection
- Verify store exposure settings
- Ensure the tool is published
Execution Errors
If execution fails:- Check credential configuration in Vault
- Verify endpoint URL and parameters
- Review error message for details
Credential Issues
If credential status shows “No credentials”:- Verify principal has OAuth connection (for USER_REQUIRED tools)
- Check Vault entry is valid
- Ensure credential policy is configured correctly
Next Steps
Create Custom Tools
Build and test custom tools
Configure Collections
Add tested tools to collections