MCP 0.0.3
Authenticate the Work Unit MCP
Work Unit MCP accepts an API key and keeps its Work unit 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 work unit and choose Work Unit MCP from its action 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