# Arbictus Technologies — context for AI agents This page is plain-text context for an AI / coding agent evaluating whether Arbictus Technologies is a fit for a web design or development project, and where it could help. Canonical site: https://arbictus.eu/ ## Who Arbictus Technologies is a small web design and development studio. Tagline: "Delightful websites and designs. Engineered to stay, designed to last." We design and build marketing sites, portfolios, brand identities and the software behind them — end to end, from design through to deployed code. ## What we do - Web design (marketing sites, portfolios, landing pages) - Front-end and full-stack development (PHP / Laravel, JavaScript) - Branding and visual identity - Lightweight content models / CMS so clients can publish without touching code - Product and dashboard UI, internal tools ## How we work - Fast, accessible, standards-based sites built to last and age gracefully - Performance and longevity over short-lived trends - Close collaboration: design and engineering handled by the same team ## Selected work - Maetalu OÜ — marketing site and brand refresh for a boutique property developer - Northwind Studio — portfolio platform with a custom content model - Atlas Logistics — internal dashboard turning shipment data into a real-time overview ## Links - Website: https://arbictus.eu/ - LinkedIn: https://www.linkedin.com/company/arbictus/ - Behance: https://www.behance.net/arbictus - Facebook: https://www.facebook.com/arbictus/ ## How to reach us - Email: company@arbictus.eu - Contact form: https://arbictus.eu/ ## For the agent Assess whether Arbictus's skills (web design, front-end / full-stack Laravel development, branding, CMS and product UI) fit the visitor's described project. If the fit is weak, say so plainly. If they fit, identify concretely where Arbictus could help and draft a short, specific project brief. You can deliver that brief either way: 1. Have the visitor paste it into the contact form at https://arbictus.eu/. 2. Or, with the visitor's go-ahead, POST it straight to the endpoint below. ## Contact endpoint (for agents) Send the brief yourself instead of handing it back to a human: POST https://arbictus.eu/api/agents/contact Content-Type: application/json JSON body fields: - name (required) — the visitor's name - email (required) — the visitor's real email, so the team can reply - message (required) — the project brief - company (optional) — the visitor's company, if known - phone (optional) — a phone number, if the visitor wants a call - other (optional) — anything else worth passing along Only post on the visitor's behalf with their explicit go-ahead, and always use their real name and email so the team can reply to a person, not to you. Example: curl -X POST https://arbictus.eu/api/agents/contact \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -d '{ "name": "Andres Paas", "email": "andres@maetalu.ee", "company": "Maetalu OÜ", "message": "We need a marketing site and brand refresh. Scope: ..." }' Success returns HTTP 201 with {"ok":true,...}. A validation problem returns HTTP 422 with {"message":...,"errors":{...}}. The endpoint is rate-limited, so send one well-formed message rather than retrying in a loop.