APItiser Privacy Policy

Last updated: March 13, 2026

Overview

APItiser is a Chrome extension that runs entirely inside your browser. It scans repository files, detects API endpoints, generates test suites using LLM providers, and optionally validates those tests against a live API. APItiser does not operate its own backend servers.


Data Stored Locally

All data is stored in chrome.storage.local on your machine and never leaves your browser except as described below.

External Requests

APItiser sends requests to the following external services. These requests originate directly from your browser, not from any APItiser server.

What APItiser Sends to LLM Providers

When generating tests, APItiser sends the following information to your chosen LLM provider:

APItiser does not send full source file contents to LLM providers. Only structured endpoint metadata extracted during the parsing step is included in prompts.

API Keys and Tokens

Live Validation and Runtime Credentials

When live validation is enabled, APItiser makes HTTP requests directly from your browser to the Base URL you configure. Runtime credentials (bearer tokens, API keys, session cookies, CSRF tokens) are sent only to that Base URL. If you configure setup flow steps (e.g. a login request), credentials used in those steps are also sent only to the Base URL.

Context Isolation

APItiser isolates state by browser tab and page URL. Each page context has its own scan results, generated tests, job history, and artifacts. Clearing one page context does not affect other page contexts or global settings.

Retention and Deletion

Content Security Policy

APItiser enforces a strict Content Security Policy on all extension pages: script-src 'self'; object-src 'self'. No inline scripts, remote scripts, or dynamic code execution (eval) is permitted.

Permissions

APItiser requests the following Chrome permissions:

Contact

If you distribute this extension publicly, replace this section with your contact email or support URL.