Open console
Sign in and start from your workspace.
API keys
Create keys for the API, SDK, CLI, and agent tools.
When to use the console
Use the console when you want a UI for setup and exploration — uploading files, inspecting datasets, training a first model, or credentialing a warehouse connection. For production integrations, automation, or custom backends, use the API quickstart, Python SDK, or CLI instead. You can mix both: explore in the console, then call the same datasets and models from code.Common tasks
Create an API key
Open Settings → API keys and create a key. Use it for HTTP requests, the Python SDK, CLI, MCP, and SKILL.md. See the API quickstart for header and env var setup.
Upload a dataset
Upload CSV or Parquet from the console, or import from a warehouse or bucket via Connections.
Related docs
- Connections — import from BigQuery, Snowflake, S3, and other sources
- API quickstart — same workflow with curl, JavaScript, or Python
- CLI — script datasets, training, and inference with
wwai