Managing sites
A site is a thing you test with BestDefense — a domain, an IP address, or an application endpoint. Sites are the foundation of the platform: you can’t run a Vortex scan (or a Maelstrom test) without a verified site to point it at.
You manage sites on the Sites page in the app.
Site types
Section titled “Site types”When you add a site you choose its type:
| Type | Use it for |
|---|---|
| Web application | Websites and web apps — general application security scanning. |
| API | API endpoints. API sites can also import their endpoints as routes from an OpenAPI/Swagger spec or a Postman collection. |
You can change a site’s type later.
Adding a site
Section titled “Adding a site”- On the Sites page, choose Add site.
- Enter the site’s URL or hostname (for example
example.com,api.example.com, or an IP address). - Choose the type — Web application or API.
- Verify ownership (see below).
BestDefense only scans sites whose ownership you’ve proven, so verification is a required step before a site becomes usable.
Verifying domain ownership
Section titled “Verifying domain ownership”For a domain, you verify ownership with a DNS TXT record:
- BestDefense gives you a unique
TXTrecord to add to the domain’s DNS (under a_bestdefensehost). - Add that record at your DNS provider.
- Return to BestDefense and choose Verify ownership.
Until a site is verified it stays in a pending state, where you can retry verification or cancel it.
IP addresses use a different path: they’re verified by deploying a BestDefense agent at the address rather than via a DNS record.
You can also choose to verify later and finish setting other things up; the site simply stays pending until you complete verification.
Importing API endpoints (API sites)
Section titled “Importing API endpoints (API sites)”For an API site, you can upload an OpenAPI/Swagger spec or a Postman collection. BestDefense reads it and creates routes for the endpoints it finds, so you don’t have to enter them by hand.
Editing a site
Section titled “Editing a site”From a site you can change its type (Web application ↔ API) and, for API sites, upload or replace its API spec.
Removing and restoring sites
Section titled “Removing and restoring sites”Removing a site archives it (a soft delete) rather than destroying its data:
- Archived sites don’t count toward your site limit.
- You can restore an archived site later, as long as you’re within your limit.
Site limits
Section titled “Site limits”Your subscription sets how many sites you can have registered at once. Archived (removed) sites don’t count against that limit. If you hit the ceiling, either archive sites you no longer test or upgrade your plan — see Billing & subscription tiers.
What’s next
Section titled “What’s next”- Define what gets scanned with route management.
- Run your first Vortex scan.
- Connect a repository so you can use AI remediation: Version control.