Credentials provide API keys and tokens to use across your agentic applications. This page explains how to create, manage, and use different types of credentials in the Ardor platform.
Ardor credentials provide access to your agentic applications APIs deplyed at Ardor, enabling secure interaction with them.Example how to make request to your agentic application via API:
Copy
curl https://apes2thisisexample7ysn3nbf5jye.ardor.cloud/api/v1/prediction/ \ -X POST \ -d '{"question": "Hey, how are you?"}' \ -H "Content-Type: application/json" \ -H "Authorization: Bearer 1wcFNzExAMPleToKen1cAMrHz3VMT95RLaEo"
There always one default key generated for your workspace, but you can create as many as you need.It’s automatically created for your workspace and could be used to provides access to all your agentic applications.You could specify different keys for different applications.
Use third party services to extend capabilities of your agentic applications.These provide pre-configured keys formats for external services (e.g., OpenAI), allowing seamless integration with supported third-party functions.
Navigate to the Credentials tab in your Ardor workspace
Select the Third Party tab
You’ll see a description: “Pre-configured keys for external services (e.g., OpenAI), allowing seamless integration with supported third-party nodes.”
Select a service provider from the dropdown or search field:
The platform supports 200+ applications
After selecting a provider, you’ll be prompted to enter the required credentials for that service
Enter the required information and click the “Create key” button to create the credential
You could use search by name for third party credentials.
Once created, the third-party credential will appear in your credentials list and can be used by your agentic applications to interact with the selected service.
Click the menu (⋯) next to the credential you want to modify
Select Edit from the dropdown menu
An edit form will appear with the credential’s current values:
Non-sensitive fields (like key name, host, port, etc) will display their actual values
Sensitive fields (like passwords, API keys) will be masked with dots (••••••••••••)
Make your changes to any field
Click Update to save your changes or Cancel to discard them
Note that when editing, you don’t need to re-enter masked fields if you don’t want to change them. The system will preserve the existing values for any masked fields left untouched.