# Create your first embedded WebEx app

First, create an account in the [Aurinko portal](https://app.aurinko.io/).&#x20;

<br>

Create your app, check 'End user sessions' and 'Messaging' feature for your new app. Besides 'User sessions' your app may need to access CRM or Mailbox APIs.

![](/files/bX0eWkOHaYYRYdUc6jBB)\
\
Next, log into your WebEx developer account (<https://developer.webex.com/>). If you don't have an account yet request a sandbox, then log in with the sandbox credentials, you will need a sandbox to run your new app in:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62b73dcf360964399e46aca5/file-XKzaibGlh2.jpg)

Create a new embedded app:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62aced61f6341f7edc2a648e/file-UUfrqnU54q.jpg)<br>

Select both modes: Meeting and Messaging. Then fill out all required fields.

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62acee6bcb3c130081c15718/file-4Ow7oY4Dl9.jpg)<br>

Then specify a valid domain 'example.aurinko.io', start page url '<https://example.aurinko.io/webex/index.html?clientId={AurinkoAppClientId}>', and space start page url '<https://example.aurinko.io/webex/space.html?clientId={AurinkoAppClientId}>'. Now you can create your app.

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62acefa4f6341f7edc2a6492/file-xBeQnseSHN.jpg)<br>

On the next page submit your new app for admin approval, so that you could test it in your own organization.&#x20;

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62acf7e91e5b41737b38f32a/file-BdTnsXRcDx.jpg)<br>

Go to your sandbox admin site (<https://admin.webex.com>) and approve your new embedded app:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62b74056360964399e46aca7/file-qRZfmNLzho.jpg)

Now you can open your WebEx desktop app and run your app in a room/space

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62b7413aeabe9a7235b37c98/file-9pXHWb5Iwn.jpg)<br>

Or when you're in a meeting

![](https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62b741eac74a080359c83cf5/file-jGIoWJf142.jpg)\
\
\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aurinko.io/workspace-addons/create-your-first-embedded-webex-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
