Overview
Add Reflect to any ModuleX agent or workflow. Note-taking and knowledge management via the Reflect API (reflect.app/api).
Categories: Productivity & Collaboration · Note Taking · Knowledge Management · Auth: OAuth2 · Actions: 5
Authentication
OAuth2 Authentication
Connect using Reflect OAuth (recommended)Required Credentials
OAuth Configuration
- Authorization URL:
https://reflect.app/oauth - Token URL:
https://reflect.app/api/oauth/token - Scopes:
read:graph,write:graph
Available Actions
append_daily_note — Append to a daily note
append_daily_note — Append to a daily note
create_link — Create a new link
create_link — Create a new link
get_user — Retieves information about the authenticated user
get_user — Retieves information about the authenticated user
Response
list_graph_id_options — Retrieves available options for the GraphId field
list_graph_id_options — Retrieves available options for the GraphId field
Response
Limits & Quotas
- No documented rate limits from the Reflect API.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.