Public API · MCP server · Webhooks (soon)
Programmable workspace.
The same backend that powers the dashboard runs your scripts, AI agents, and third-party integrations. One auth model, one audit log, one sharing rule.
terminal
curl · 200 OK$ curl https://api.nevios.io/api/v1/workspaces \
-H "Authorization: Bearer nev_pat_..."
[
{
"id": "0c71cc52-6ad1-...",
"slug": "vasky",
"name": "Vasky"
}
]Three ways to drive it
Same surface, different cockpit
Three minutes to first call
Key → curl → first note
No setup, no SDK, nothing to install. Just a terminal and a key from the dashboard.
Mint an API key
Settings → Account → API keys → Create key. Pick scopes based on what the script needs.Test in your terminal
curl https://api.nevios.io/api/v1/workspaces \ -H "Authorization: Bearer $NEVIOS_KEY"
Connect Claude / Cursor
The same key works for the MCP server. Setup →