> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/tutorials/saas-admin.md).

# SaaS Admin

These tutorials are for the person responsible for Fastn inside a SaaS company typically are at a COO role or overseeing a SaaS product as a product manager or do not want to get in deep with the technicalities. You'll configure the platform, preview and publish the integration experience, and manage your customers' environments.

**Prerequisites:** Complete the Getting Started section first. These tutorials assume you have a Fastn account and have completed the Setup Assistants on the Home page.

### Tutorials in this section

[**Setting Up Your Organization**](/tutorials/saas-admin/setting-up-your-organization.md) — Configure organization settings, API keys (Test & Live), secrets, environments, and invite your team via Settings → People.

[**Creating a Workflow via AI**](/tutorials/saas-admin/creating-a-workflow-via-ai.md) — Use the "Build with AI" button to create workflows by describing what you need in plain language.

[**Building Your Widget**](/tutorials/saas-admin/building-your-widget.md) — An overview of how to customize, preview and publish your widget for your customers.

[**Managing Customers**](/tutorials/saas-admin/managing-customers.md) — Create customers under Settings → Customers, scope API calls per customer, and monitor customer-level activity.

[**Roles & Permissions Setup** ](/tutorials/saas-admin/roles-and-permissions-setup.md)— Assign system roles (Owner, Admin, Developer, Operator, Viewer, End User), create custom roles, and manage team access.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.fastn.ai/tutorials/saas-admin.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.
