Build Log
What Deepthi is learning this week
Only genuine sessions get logged here. This is where the books are born — long before they are written.
Currently building: Build #017 — Connecting an AI Agent to Instagram
Aug 15, 2026
- 2:14 AM
Tried connecting Instagram
Started from the assumption that an agent could just log in the way I do. It cannot.
AgentsInstagram API - 2:38 AM
Hit an authentication problem
The request came back rejected. No token, no access.
Authentication - 3:02 AM
Learned why OAuth is required
The platform will not take my password. It wants a token that says what the app may do, for how long.
OAuth - 3:31 AM
Changed approach
Stopped trying to make the agent a user. Made it an app with scoped permissions instead.
AgentsOAuth - 4:10 AM
Working
First authorised call went through.
Codex