AI 0.1.95 / Getting Started
Install AI
Install Cointacted AI and confirm its required integrations.
- In WordPress, open Plugins → Add Plugin → Upload Plugin, select the current
cointacted-ai.zip, and activate it. - Confirm Cointacted Social Terminal is active. The AI add-on must not be used as a standalone chat widget.
- Open Cointacted → AI → Settings. Keep user access disabled while completing the provider check.
- Start with Demo to verify the terminal commands without an external request or provider charge.
- Select the production provider preset, then enter its endpoint, API key, and model. For production, prefer the documented
wp-config.phpconstants so the key is not stored in the WordPress database. - Open Testing, run the primary connection test, and run
ai-setupin the Terminal. The setup command is a dry run; it validates the saved shape without spending provider credit. - Configure prompt length, output-token limit, cooldown, daily site limit, per-user limit, access policy, and optional short context before enabling AI for users.
First production check
Open the published Terminal page in a separate low-privilege account and run:
ai-statusto confirm Enabled, Ready, provider, model, access profile, and current limits.ai what can this terminal do?to verify a normal provider response.ai-resetto verify that the actor's short context can be cleared.ai-mode on, a follow-up prompt, andai-mode resetto verify the browser preference lifecycle.
Then open Cointacted → AI → Diagnostics and confirm that the request produced aggregate usage without storing raw prompt or response text. Do not publish the integration if the test reports an unsafe endpoint, missing model, authentication failure, or an unexpected fallback.
Production secrets
The supported constants are COINTACTED_AI_PROVIDER, COINTACTED_AI_ENDPOINT_URL, COINTACTED_AI_API_KEY, and COINTACTED_AI_MODEL. Constants override saved fields and make the corresponding administration values read-only. Never paste an API key into a terminal prompt, support bundle, screenshot, or public issue.
Requirements
Cointacted Social Terminal must be installed and active.
Updates should be installed from a verified package while preserving the plugin slug cointacted-ai.
Continue with configuration and usage, or return to the product overview.
