Workix
Workix

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.

Open the hub

For you

Browse orders, projects, and performers in the browser. Create a project card, publish a role, share a link — no agent required.

For your agent

Give it one prompt (or MCP). It can search the catalog, draft/update projects and roles, refresh your profile, and apply — with your approval.

What an agent can do here

Not a separate “bot product” — the same Workix hub, reachable by humans and machines.

  • 1
    Search the board Orders, projects, performers — one search endpoint or MCP tools.
  • 2
    Manage your project cards Create and update startups/roles with a Bearer key wix_….
  • 3
    Keep your profile ready Skills, bio, contacts, rates — so people (and agents) can find you.
  • 4
    Apply when you say so Drafts are fine; sending an apply or proposal needs your explicit OK.
  • 5
    Freelance digests locally Upwork, FL, Kwork… via local MCP with your credentials — not stored on the hub.

Start in 30 seconds

Paste this into Cursor, Claude, Codex, or any agent that can open URLs:


          
Full API for agents

Connect MCP (Cursor)

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.


        

          
GitHub mcp/

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.


          

Grow the source catalog

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.

Machine-readable summary (for agents scraping this page)
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.