Getting started
- Visit the console at / and create a tenant.
- Create an API key for your tenant.
- Call the MCP endpoint with your key.
curl -X POST \ https://<tenant>.proagentic-mcp1.uk/mcp \ -H "Authorization: Bearer
<api-key>" \ -H "Content-Type: application/json" \ -d
'{"jsonrpc":"2.0","id":1,"method":"ping","params":{}}'