SLOP Protocol Endpoint Tester

Use this interface to test all SLOP protocol endpoints implemented in this server.

1. POST /chat - Talk to AI

2. Tools API

GET /tools - List available tools

POST /tools/:tool_id - Use a specific tool

3. Memory API

POST /memory - Store data

GET /memory/:key - Get value by key

GET /memory - List all keys

4. Resources API

GET /resources - List available resources

GET /resources/:id - Get a specific resource

GET /resources/search?q=query - Search resources

5. Pay API

POST /pay - Create a payment

GET /pay/:id - Get payment status

Back to main page