Sites
A site is Floe's representation of your product. Everything Floe knows about your product lives under a single site: ingested content, explored screens, and guided workflows.
What a site contains
When you create a site and point Floe at your product, the system builds up several layers of understanding:
- Ingestion configs: URLs for your documentation, knowledge base articles, videos, and images. See Ingestion.
- Content library: Your product content, ready for the AI agent to reference during demos and conversations.
- Explored screens: What Floe discovers when it navigates your product.
- Capabilities: What users can do on your product, generated from your content and product screens.
- Plans: Step-by-step task flows for user onboarding and guided execution.
Creating a site
In the Floe dashboard:
- Navigate to Sites
- Click Add Site
- Provide the product URL and a display name
- Optionally add a client key for SDK authentication
The product URL is the entry point for exploration. Floe starts here when discovering your product's screens and navigation.
Multi-site setups
Each site is independent. If you have multiple products or distinct applications (e.g., a main app and an admin panel), create a separate site for each. The AI demo agent selects the correct site based on the prospect's context.
Site settings
Under the site's Settings tab:
- API Execution: Enable or disable the agent's ability to call your APIs directly, with safety controls per endpoint.
- Client Key: Authentication token for the browser SDK snippet.
- Exploration depth: How deep Floe navigates when discovering your product.
What's next
After creating a site, the next step is adding content via Ingestion. See the Quickstart for the full setup flow.
FAQ
Can I have multiple sites? Yes. Each site is independent. Create one per product or per distinct application.
Can I delete a site? Yes. Deleting a site removes all associated content, exploration data, and capabilities. This cannot be undone.
What URL should I use for my site?
Use the URL your users access. If your product is at https://app.example.com, use that. Floe starts exploration from this URL.