[DEMO]Foldspace is a fictional business created byUpstate Web Co.— $42K MRR, 320 customers, SOC 2 status are all illustrative.

// docs

documentation.

Real docs. Linkable from procurement memos. Code samples in Bash, JS, Python, Go.

$

// quickstart

install the slack app

From any Slack workspace where you have admin rights:

$ open https://slack.com/oauth/v2/authorize?client_id=foldspace&scope=app_mentions,channels:history,chat:write

Approve the scopes. Run /foldspace setup in any channel. Pick the team this Slack workspace belongs to. Done.

post your first standup

// in any channel
/foldspace standup
// or via API
curl -X POST https://api.foldspace.com/v1/standup/messages \
  -H "Authorization: Bearer $FOLDSPACE_TOKEN" \
  -d '{"team":"platform","status":"merging ENG-1234","blockers":[]}'

Foldspace transcribes (if voice), structures the message, syncs to Linear/GitHub, and posts the team digest at the end of the day.