Skip to main content
Solved

No API-Key found for my control room

  • July 29, 2026
  • 6 replies
  • 47 views

Hi Team,

I am unable to get the details of API-Key in my control room. I am doing the course of Getting Started with Control Room APIs, as per shown in the video I am unable to see the API-Key.

 



Can anyone please help …..Thanks in advance !!!!

Best answer by Aaron.Gleason

@TejaswiniLokesh Looks like an authentication error. You are trying to authenticate to the control room I was using when recording the video. Use your own control room URL. 

6 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • July 29, 2026

@TejaswiniLokesh You don’t need an API key to access the Swagger APIs. Just use your username and password in the Authentication call.

{
"username": "{your username}",
"password": "{your password}"
}

That will return a token in the root of the JSON message returned. Extract that token for subsequent X-Authorization calls.


  • Author
  • Ground Control | Tier 1
  • July 29, 2026

@TejaswiniLokesh You don’t need an API key to access the Swagger APIs. Just use your username and password in the Authentication call.

{
"username": "{your username}",
"password": "{your password}"
}

That will return a token in the root of the JSON message returned. Extract that token for subsequent X-Authorization calls.

Hi ​@Aaron.Gleason ,

I tried using Control room username and password for getting token. But it did not work.

 

 


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • Answer
  • July 29, 2026

@TejaswiniLokesh Looks like an authentication error. You are trying to authenticate to the control room I was using when recording the video. Use your own control room URL. 


  • Author
  • Ground Control | Tier 1
  • July 29, 2026

@TejaswiniLokesh Looks like an authentication error. You are trying to authenticate to the control room I was using when recording the video. Use your own control room URL. 

@Aaron.Gleason , Got it. Thanks a lot!!! Its working now :)


  • Ground Control | Tier 1
  • July 29, 2026

Hi Team,

I am unable to get the details of API-Key in my control room. I am doing the course of Getting Started with Control Room APIs, as per shown in the video I am unable to see the API-Key.

 



Can anyone please help …..Thanks in advance !!!!

Same as me, I can not find API key when following Video for AI chat bot

 


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • July 29, 2026

@sunnysong Please read this thread for your answer.