Step 3

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

  1. In the left navigation, click LLM Proxies
  2. Click on the proxy you created
  3. 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.

  1. In the lower-left corner of the screen, click Anypoint Platform (or look for the link to switch views)
  2. This opens the classic Anypoint Platform interface

Step 3 — Find your proxy in API Manager

  1. From the left navigation go to Agents & ToolsAPI ManagerLLM Proxies
  2. Find and click the proxy you created

Step 4 — Open the proxy in Exchange

  1. In the top-right, click ActionsView LLM Proxy in Exchange
  2. This opens the Exchange asset page for your proxy in a new tab

Step 5 — Request access and create a client application

  1. On the Exchange asset page, click Request Access (top-right)
  2. From the LLM Proxy dropdown, select your proxy instance
  3. From the Application dropdown, choose Create an application
  4. In the application name field, enter:
    my customer agent
    
  5. Click Create
  6. 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 →