Get started

Create a workspace, generate an API key, and make your first request.

gospace is a platform for operational workflows. Connect data, run agentic automations, and ship outcomes back to your tools.

Create your workspace

  1. Sign in at platform.gospace.ai.
  2. Create a workspace (for example: dev, staging, prod).

Create an API key

In the Platform, open Account → Developer and create a workspace API key.

Keep keys scoped to a single workspace and rotate them regularly.

Make your first request

curl -s https://api.gospace.ai/v1/system/health

Next