Verify Policies & Get Credentials
Overview
Your LLM Proxy comes with a set of governance policies automatically applied. In this step you’ll verify they are active, then obtain the Client ID and Secret needed to call the proxy.
Note: This step is performed in the new MuleSoft UI.
Step 1 — Verify the pre-applied policies
- In the left navigation, click LLM Proxies
- Click on the proxy you created
- In the proxy detail page, click the Policies tab
You should see the following six policies already applied:
| # | Policy | Direction | Category |
|---|---|---|---|
| 1 | CORS | Inbound | Access and Security |
| 2 | DataWeave Headers Transformation | Inbound | Data Privacy and Integrity |
| 3 | Client ID Enforcement | Inbound | Access and Security |
| 4 | LLM Proxy Core | Inbound | Access and Security |
| 5 | Model Based Routing | Inbound | Performance and Cost |
| 6 | OpenAI Transcoding Policy | Inbound | — |
Note: Because Client ID Enforcement is applied, every request to your proxy must include a valid Client ID and Client Secret. You’ll obtain these in the next step.
Step 2 — Navigate to Anypoint Platform
To request access and get your credentials, you need to switch to the classic Anypoint Platform view.
- In the lower-left corner of the screen, click Anypoint Platform (or look for the link to switch views)
- This opens the classic Anypoint Platform interface
Step 3 — Find your proxy in API Manager
- From the left navigation go to Agents & Tools → API Manager → LLM Proxies
- Find and click the proxy you created
Step 4 — Open the proxy in Exchange
- In the top-right, click Actions → View LLM Proxy in Exchange
- This opens the Exchange asset page for your proxy in a new tab
Step 5 — Request access and create a client application
- On the Exchange asset page, click Request Access (top-right)
- From the LLM Proxy dropdown, select your proxy instance
- From the Application dropdown, choose Create an application
- In the application name field, enter:
my customer agent - Click Create
- Click Request Access
Access is auto-approved. The platform immediately displays your Client ID and Client Secret.
Important: Copy both values now and save them somewhere accessible — the Client Secret is shown only once and cannot be retrieved again.
What you’ve verified
- All 6 policies are visible in the Policies tab
- Client ID and Client Secret have been copied and saved
Continue to Test the Gateway →