generate_cloud_uri is a deprecated alias for 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.
- Sync
- Async
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Deprecated alias for create_app
generate_cloud_uri is a deprecated alias for 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.
def generate_cloud_uri(
name: str,
) -> Dict[str, str]
async def generate_cloud_uri(
name: str,
) -> Dict[str, str]
Was this page helpful?
