# Lucas Honorato Lopes Portfolio This site is a living portfolio and knowledge hub for Lucas Honorato Lopes, focused on software engineering, backend systems, APIs, data, cloud infrastructure, Supabase, architecture, and technical writing. ## Public pages - Home: / - Content index: /contents - Content detail: /contents/{slug} ## AI-readable entry points - OpenAPI schema for ChatGPT Actions: /.well-known/openapi.json - Search portfolio items and projects: /api/items?q={query}&tag={tag}&itemType={content|project}&limit={limit} - Get one item or project: /api/items/{slug} - Create a portfolio item or project: POST /api/items - Edit a portfolio item or project: PATCH /api/items/{slug} - Delete a portfolio item or project: DELETE /api/items/{slug} ## Usage guidance Use GET endpoints as sources of truth. Search first with /api/items, then fetch the most relevant item by slug before answering detailed questions. Create, edit, and delete endpoints require the configured GPT Actions API key and should only be called after explicit user confirmation.