Just wired up the Outpost API with Claude's tool-use and I can now manage my entire community from a chat interface. 120+ endpoints means there's basically nothing you can't automate. This feels like the future. 🤯
Things I've done in the last hour via Claude + API
- "Show me the top 5 most active topics this week" → hits
GET /topics?sort=top&since=7d→ instant answer - "Create a new topic in Announcements about our v3.0 release" →
POST /topics→ done - "What are the most common tags used this month?" →
GET /tags+ analytics → insights I didn't even know I needed - "Suspend the user who's been posting spam in General" →
POST /mod/users/:id/suspend→ handled
I basically gave Claude a list of the API endpoints from the docs page and told it to use them as tools. The scoped API keys mean I can limit what it has access to.
Has anyone built any automated workflows with this? I'm thinking about setting up a nightly "community health check" that runs through Claude.