Tool connections
Create a connection
Response (201):
List connections
Delete a connection
Decrypt a secret (server-side only)
MCP endpoints
MCP endpoints are user-specific URLs with unique tokens for connecting AI tools to Toolshed.Create an endpoint
Response (201):
List endpoints
Delete an endpoint
Encryption
Secrets are encrypted using AES-256-GCM with a key derived fromBETTER_AUTH_SECRET via SHA-256. The encrypted format is base64(iv):base64(ciphertext). The encryption key never leaves the server.