Does Poco AI compress prompts locally, or on a server?+
Both. The Poco AI client on your machine counts tokens, applies your organization's redaction policy, and installs the editor hooks. Compression, command filtering, and document conversion run on Poco's server, which is why prompts and commands are transmitted - always over TLS, authenticated with your account's API key, and sent nowhere else.
What is the 'Store prompt payloads' organization setting?+
A single org-level setting, controlled by your admins, that decides what Poco keeps.
Off: prompts, commands, documents, and transcripts are processed and dropped, and only metadata (project name, working directory, model, token totals) reaches the database.
On: content is kept for dashboard history, prompt text is masked, and everything stored is deleted after 30 days.
Can I strip secrets before they leave my machine?+
Yes, an org admin can enable client-side secret masking, which redacts known secret patterns from prompts on your machine before they are sent.
How do I turn off specific Poco features?+
Four environment variables, each turning off one feature independently, at any time:
- POCO_DISABLE_REMOTE_PIPELINE turns off prompt compression
- POCO_DISABLE_REMOTE_FILTER turns off command rewriting and output filtering
- POCO_DISABLE_SESSION_CAPTURE turns off session capture - prompt, command, document, and transcript upload
- POCO_DISABLE_FOOTPRINT turns off the AI-tool inventory