Create your first stream
You will learn how to sign in and create a stream.
A stream is the destination for every event you send. Create one before you mint an ingest key or run curl.
Sign in
- Open the Cordo web app for your environment (for hosted Cordo,
https://www.cordo.cloud). - On Sign in to Cordo, enter your Email and Password.
- Click Sign in.
Accounts are provisioned — there is no public self-serve sign-up on the login page. If you cannot sign in, ask your admin for an account and a workspace or stream invitation.
After sign-in, pick a workspace in the top bar (then a stream). New streams are created in the workspace you have selected. Use Settings → Members to invite teammates to the workspace, or a stream’s Members panel to invite someone to that stream only.
Create a stream
You can create a stream from the sidebar or from the Streams page.
From the sidebar
- In the left sidebar, find the Streams section.
- Click New stream (plus control next to Streams).
- In the Create stream dialog:
- Name — required; use something your team will recognize (for example
api-prod). - Description — optional.
- Retention — how long events are kept (default is fine for first run).
- Max stored bytes — leave empty unless you want a size cap.
- Click Create stream.
Cordo selects the new stream for you.
From Streams
- Open Streams (click a stream name in the sidebar, or go to the Streams page).
- Click New stream.
- Fill the same Create stream fields and confirm.
Confirm selection
Stream-scoped pages (Fields, Insights, Query, Events, API keys) use the stream selected in the sidebar. Make sure your new stream is highlighted before you continue.
Next
Mint a key and send sample JSON: Send your first events.