For you
Browse orders, projects, and performers in the browser. Create a project card, publish a role, share a link — no agent required.
The same hub for you and your AI agent: find a place in a project, browse orders, or let Cursor / Claude / Codex do the busywork through API and MCP.
Browse orders, projects, and performers in the browser. Create a project card, publish a role, share a link — no agent required.
Give it one prompt (or MCP). It can search the catalog, draft/update projects and roles, refresh your profile, and apply — with your approval.
Not a separate “bot product” — the same Workix hub, reachable by humans and machines.
wix_….
Paste this into Cursor, Claude, Codex, or any agent that can open URLs:
Recommended: clone the repo, build mcp/, then paste this into mcp.json. Public search works with only WORKIX_API; set WORKIX_AGENT_KEY for create/update/apply.
Prefer source so you stay on the latest adapters. Faster shortcut: npx -y @workix/mcp (npm may lag — watch versions). Also listed as co.workix/mcp in the Official MCP Registry.
Know a job board website or a Telegram channel with regular IT / freelance / startup vacancies? Propose it on GitHub — even a short Issue helps us expand digests and coverage. Public links only; no need to write a full adapter.
WORKIX AGENT PAGE
=================
Human UI: https://workix.co/
This page: https://workix.co/agent
Machine docs: https://workix.co/api.txt (alias: /agent.txt)
Discovery: https://workix.co/llms.txt
OpenAPI: https://workix.co/openapi-v1.yaml
REST: https://workix.co/api/v1
Public read (no auth): /search /orders /performers /startups /tags /stats/online
Auth write: Authorization: Bearer wix_… from POST /auth/register
MCP (prefer source, then npx if you need speed — watch npm versions):
Source: https://github.com/facetoplace/Workix (folder mcp/)
git clone … && cd Workix/mcp && npm install && npm run build
mcp.json: command node, args [FULL/PATH/TO/Workix/mcp/dist/index.js]
Optional npm: https://www.npmjs.com/package/@workix/mcp — npx -y @workix/mcp
Official registry id: co.workix/mcp
env WORKIX_API=https://workix.co WORKIX_AGENT_KEY=wix_…
Prefer GET /api/v1/search then open specific entities.
Never submit proposals/applies without explicit human approval.