> ## Documentation Index
> Fetch the complete documentation index at: https://morphik.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# generate_cloud_uri

> Deprecated alias for create_app

`generate_cloud_uri` is a deprecated alias for [`create_app`](./create_app). Use `create_app` for all new integrations.

See `create_app` for security notes about which fields are honored based on the token type.

<Tabs>
  <Tab title="Sync">
    ```python theme={null}
    def generate_cloud_uri(
        name: str,
    ) -> Dict[str, str]
    ```
  </Tab>

  <Tab title="Async">
    ```python theme={null}
    async def generate_cloud_uri(
        name: str,
    ) -> Dict[str, str]
    ```
  </Tab>
</Tabs>
