Docusign
Connect your company's Docusign account to Cakewalk so agents can read envelopes, send signature requests and manage workflows through the gateway.
Last updated
Was this helpful?
Connect your company's Docusign account to Cakewalk so agents can read envelopes, send signature requests and manage workflows through the gateway.
Connect your company's Docusign account to Cakewalk's MCP Gateway. Every agent tool call against Docusign passes through the gateway and is evaluated against your Policies.
Docusign admin who can access Apps and Keys in eSignature Admin.
Docusign surfaces required scopes on the OAuth consent screen at connect time, rather than on the app's configuration page. You will approve the scope set in the Docusign consent flow; nothing is preselected on the integration. Scopes limited to read access constrain agent actions; scopes that include envelope creation enable sending.
Open https://apps-d.docusign.com/admin/apps-and-keys (developer account). For production, use https://apps.docusign.com/admin/apps-and-keys.
In the INTEGRATIONS sidebar, click Apps and Keys.
Click Add App and Integration Key.
Add a name for your app, then click ADD.
You land on the integration's configuration page. The top section shows the Integration Key, a GUID that Cakewalk uses as the Client ID.
Under the authentication method picker, select Authorization Code Grant. This is the default and the only flow Cakewalk's gateway supports.
Scroll to the Redirect URIs section.
Click ADD URI.
Enter:
Click SAVE.
Scroll to the Secret Keys section.
Click + Add Secret Key.
Copy the secret value immediately. Docusign shows it once.
The secret is Cakewalk's Client Secret.
Go to All Connections.
Find Docusign.
Click Edit credentials.
Paste the Integration Key as Client ID and the Secret Key as Client Secret.
Save.
When you trigger the OAuth flow from Cakewalk, Docusign presents a consent screen listing the scopes the MCP server requests. Review and approve. If you grant only read scopes, agents cannot send envelopes; pick the scope set that matches the agent actions you want to allow.
The Docusign Connection card flips to Active on All Connections. From an agent platform connected to Cakewalk, ask the agent to list your recent Docusign envelopes. If Docusign returns results, the Connection is live.
Invalid redirect URI on consent: confirm the Redirect URIs entry matches https://mcp-gateway.getcakewalk.io/api/v1/Auth/Callback exactly. Docusign supports multiple URIs on one integration; only the matched one applies.
Lost Secret Key: Docusign displays secrets only at creation. If you missed the copy, generate a new Secret Key and reconnect.
Production vs developer: integration keys do not transfer between developer (apps-d.docusign.com) and production (apps.docusign.com). For a production Connection, repeat these steps on the production admin URL.
Last updated
Was this helpful?
Was this helpful?
https://mcp-gateway.getcakewalk.io/api/v1/Auth/Callback