Import Credential to AI Agent
Accept a JWT Credential into the AI Agent's wallet.
As per our instructions on issuing a verifiable credential to your AI Agent, you can now use the Agent's DID as the subjectDID
to create an accreditation for the agent using Cheqd Studio. The response from Step 4 will include a JWT token in the proof
section.
Copy the JWT token and ask Claude Desktop (or any your choice of MCP Client) to accept the credential as follows:
Can you accept the credential from this JWT token "eyJhbGciOiJFZ....."
Claude/Client should use the import-credential
tool to add this credential to it's wallet as shown below:

What is happening under the hood?
In the background, Claude is communicating with our MCP Server which relays a request to one of our SDKs, Credo. Using Credo, the AI Agent imports a Credential into the identity wallet associated with itself.
Last updated
Was this helpful?