I am trying to add my chatbot to a webpage but cannot use the IBM cli for this due to me not having admin rights on my system for install. I have eclipse as an IDE and cannot find good documentation for the above mentioned integration.
You don't need the IBM Cloud CLI (if that's what you're referring to).
What you need: 1. Provision a service instance of Watson Assistant in your IBM Cloud account
Get API key from your Watson Assistant service instance. Go to the IBM Cloud Dashboard, look for your Watson Assistant service, there look for "credentials". It should mention an API key and e.g. correct URL.
Get the Watson SDK for your programming language of choice (e.g. Java): Follow the docs on how to configure the SDK and make calls: https://cloud.ibm.com/apidocs/assistant-v2?code=java#introduction
Hope that helps