Securely stores authentication data for an agent. This endpoint encrypts sensitive credentials that the agent needs to access external services. The data is stored securely and can only be accessed using the returned auth token when running the agent.
/run_agent endpoint, you can include the auth token to give your agent access to its authentication profile. The system will automatically decrypt and provide the authentication data to your agent during execution.
Name of the auth data entry, usually the name of the account or service
Unique identifier for the agent
API key for authentication
Key-value pairs of sensitive authentication data that will be encrypted. Keys must match the agent's defined input arguments.
Authentication data stored successfully
Secure token provided when running the agent to access stored authentication data
"YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2g="