What is WooCommerce?
WooCommerce is a e-commerce tool. With OSP.net, your AI agent connects to it directly so it can act on your behalf instead of just answering questions about it.
What your OSP agent can do with WooCommerce
- Read orders, products and stock
- Look up customers
- Update products (if you grant a write key)
How to connect WooCommerce
- In WordPress admin, open WooCommerce → Settings → Advanced → REST API and click Add key. WooCommerce Docs: REST API keys
- Set Permissions to Read (recommended — the agent only answers questions) or Read/Write if it should update products, then Generate API key. Copy the Consumer key (ck_…) and Consumer secret (cs_…), shown once.
- Paste your store URL, consumer key and consumer secret here, then Connect.
Security: Prefer a Read-only key for a question-answering agent — it can't change orders, products or stock. Revoke the key any time from the same WooCommerce REST API page.
Who uses WooCommerce with OSP
These roles commonly connect WooCommerce to their OSP agent:
Related e-commerce integrations
Frequently asked questions
- Can OSP.net connect to WooCommerce?
- Yes. WooCommerce is a native OSP.net integration — you bring your own WooCommerce key or token, paste it in your dashboard, and your agent restarts live.
- What can my OSP agent do with WooCommerce?
- Your agent works with your WooCommerce store — orders, products, customers — via the WooCommerce REST API. Specifically: Read orders, products and stock; Look up customers; Update products (if you grant a write key).
- Is WooCommerce a native integration or via the gateway?
- WooCommerce is a native, baked-in integration. You connect it with your own credentials, which are stored in an encrypted vault and injected only at runtime.
- Is my WooCommerce data secure with OSP.net?
- Yes. Your WooCommerce credentials live in an encrypted secrets vault, are injected only at container runtime, and are never written to disk in plaintext or used to train any model. Each customer runs in a fully isolated instance.