API Reference

Developer Projects

Opinionated project layer for software developers and entrepreneurs — software projects with GitHub, search, uptime, and revenue stats.

← All docs
all core 20 API calls

Plugin ID: developer-projects

API calls

Every tool Developer Projects exposes. Click a call to see its full parameter schema.

Invoking from code

Authenticate with a bearer token, then call any tool above. This example runs create_dev_project for the developer-projects app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "developer-projects", "toolName": "create_dev_project", "args": {} }'