MCP 0.0.3
Authenticate the Task MCP
Task MCP accepts an API key and keeps its Task scope in the endpoint.
Use an API key with the scoped endpoint
The endpoint path fixes the server scope and the API key authenticates the caller. Keep the URL and key together in the client configuration.
API key setup
- Open the scoped connection panel. Open the task and choose Task MCP from the task actions menu..
- Generate the key. Use Generate API Key, or open Organization settings, Developer, then API Keys.
- Copy the key immediately. Agiflow shows a new key once, so store it in the secret store used by the MCP client.
- Paste the endpoint and header. Use the generated endpoint and add the
x-api-keyheader. - Restart and verify. Ask for the current scope before requesting a change.
headers: x-api-key: YOUR_API_KEY