Path B · Console — Done state
In about 10 minutes you have one published entry in Console and the same content readable from the Public API.
What you have
| Item | State |
|---|---|
| Sign-in | Logged into Console |
| Entry | At least one Published entry |
| Delivery | List / single entry work on the Public API |
| Mental model | Sidebar roles (form sets, media, settings) are clear |
Checklist
- [ ] You can sign in at Console
- [ ] An entry is Published
- [ ] Public API returns JSON for that form set
- [ ] (Optional) Tried scheduled publish or a preview link
Do this now
- Sign in to Console (invite email or Google)
- Open a form set → New entry → Save (draft)
- Move status Submit for review → Approve → Publish (admins can publish immediately)
- Verify via Public API
bash
curl "https://api.luno.rest/public/p/{projectId}/v1/form-sets/{slug}/entries?include_snapshot=true"- For UI walkthrough details, see Quick start · Console
Next
| Goal | Page |
|---|---|
| Step-by-step | Quick start · Console |
| Approvals & revisions | Content management |
| Path A · Agents | Done state |
| Path C · API only | Done state |