•   about 1 year ago

AGENTVERSE_KEY & AGENT_SECRET_KEY

I am trying example from here : https://innovationlab.fetch.ai/resources/docs/agent-creation/sdk-creation
I generated api key but confused where to find secret key because it only generated api key at this location:https://agentverse.ai/profile/api-keys?e=nac

  • 1 comment

  • Manager   •   about 1 year ago

    hey @vineetp6 Pandey

    the secret key is a set of random characters which helps the agent to have the same address everytime you run the agent file. The secret key can be stored in a .env file as follows:
    AGENT_SECRET_KEY = "this is my secret key"

    you can change the phrase 'this is my secret key' to anything random.

Comments are closed.