What data we store
- text (Skyline page content)
- images uploaded by the user within the app
- AI prompt written by the user excluding images
- AI response
- accountId and sitename
Where we store the data
Payments processing
We use Stripe for processing AI Credits payments. We don’t send any identifiers to Stripe - we store payment session details in our DB (Supabase) and match them with the checkout session.AI processing details
We send the following data during Skyline page generation (AI generation screen):- user prompt
- image attached by the user to the prompt
- user prompt
- image attached by the user to the prompt
- Skyline page content (text added/generated in the app, urls of images uploaded in the app and urls of the images/videos used as background/image element source)
AI Governance
The AI Audit log access is available upon request (Enterprise AI Credits plan).Data access
The app’s purpose is to add new visually formatted content to the Confluence page. The only read of the existing Confluence content is checking the current page status (draft/published) to be able to upload attachments to the page (user-uploaded images) when the page is in a draft state. Besides that, the app doesn’t read classic Confluence pages’ content.Third-Party Services
Does the app support Data Residency?
Why do we need specific permissions
read:connect-confluence - to be able to check the current page status (draft/published), so we can upload attachment to the page (image added by the user) while it’s still in a draft state
write:connect-confluence - to be able to upload images as page attachments
