Skip to content

MCP 0.0.3

Authenticate the Organization MCP

Organization MCP accepts OAuth or an API key and keeps its Organization scope in the endpoint.

Use OAuth or an API key with Organization MCP

Organization MCP can authenticate through OAuth or an API key. OAuth is appropriate for a host that can complete Agiflow sign-in. An API key is appropriate for a configured client secret.

OAuth setup

  1. Add the Agiflow MCP connection in an OAuth-capable host. Start the sign-in flow from the host.
  2. Complete consent and select the organization. Confirm the organization before returning to the host.
  3. Verify the session. Ask for get_current_scope before requesting a change.

API key setup

  1. Open the scoped connection panel. Dashboard → Organization settings → Developer → API keys.
  2. Generate the key. Use Generate API Key, or open Organization settings, Developer, then API Keys.
  3. Copy the key immediately. Agiflow shows a new key once, so store it in the secret store used by the MCP client.
  4. Paste the endpoint and header. Use the generated endpoint and add the x-api-key header.
  5. Restart and verify. Ask for the current scope before requesting a change.
headers: x-api-key: YOUR_API_KEY

Need help?

Something not working as described? We're here to help.

Email support

Community

See how others are using Agiflow to manage their projects.

Join Discord

Developer docs

Looking for technical documentation and API references?

View docs