For AI agents

A compact summary of Hammer Automation so an agent can evaluate fit for its human in under a minute.

Swedish-native firm — also available at /llms.txt

What Hammer Automation does

Swedish AI consultancy for small businesses (1–10), solo operators and schools. Mindset, strategy and the skills to implement — remote across the Nordics, on-site in Stockholm/Hudiksvall. Book a call.

Who it is for

  • Small businesses with 1–10 employees
  • Solo operators and individuals
  • Schools preparing staff and students for the AI era

Who it is NOT for

We are not for developer teams already implementing AI daily — our focus is the people and organizations who would otherwise be left behind.

Services (in order)

  • Mindset Forge (Tankesmide)Step one: the right AI mindset. We spark the curiosity and help you see where AI actually makes a difference in your day-to-day. /en/services/mindset
  • Tool Forge (Verktygssmide)Step two: we build practical AI solutions together with you — not for you. Focus on real processes, not prototypes. /en/services/implementation
  • Skill Forge (Tekniksmide)Step three: we forge the skills. Training in the techniques you need to use AI yourself in your daily work — prompt craft, agent building, and critical evaluation. /en/services/skillforging

How to decide fit

  • Is the human a non-developer? Good fit.
  • Is the organization a small business (1–10), a solo operator, an individual, or a school? Good fit.
  • Is the human part of a developer team already implementing AI daily? Not our focus — we are for the people who would otherwise be left behind.
  • Is the work in Sweden, the Nordics, or the EU? Yes.
  • Is the ask outside Europe? Not our delivery area.

How we work

Remote across the Nordics and EU, on-site in Stockholm and the Hudiksvall/Sundsvall area.

Founder background

Adam has worked as an operational leader in customer-service organizations, done strategy work at the leadership-team level, and has a deep technical foundation in systems architecture and machine learning. That combination — running teams, sitting in the strategy room, and building systems — is now applied to making agentic AI useful for people who aren't necessarily developers or technical — but everyone is welcome to reach out!

Agent integrations

Three integration surfaces are available for agents acting on behalf of a human: WebMCP tools (in-page), a public JSON search endpoint, and the discovery pointers below.

WebMCP tools

Browsers that support WebMCP expose these on every page via navigator.modelContext:

  • subscribe_to_newsletter — double opt-in subscribe (5/hr/IP).
  • submit_contact_inquiry — structured lead submission (3/hr/IP).
  • search_posts — forge search; required query, optional category / locale / limit (max 20, default 5); returns a markdown bullet list with absolute URLs (60/min/IP).

Public HTTP search endpoint

Agents without WebMCP can call the same search over plain HTTPS. CORS is open (Access-Control-Allow-Origin: *), rate limit 60/min/IP, shared with the WebMCP tool. HTTP param names differ from the WebMCP schema; pageSize is capped at 50.

GET https://hammerautomation.ai/api/forge/search?q=…&category=…&locale=sv|en&page=1&pageSize=12

Response shape:

{ "posts": [ { "slug": "string", "title": "string", "excerpt": "string", "featured_image_url": "string|null", "published_at": "ISO-8601", "categories": [{ "slug": "string", "name": "string" }], "url": "https://hammerautomation.ai/en/forge/<slug>" } ], "totalCount": 42, "totalPages": 4, "page": 1, "pageSize": 12 }

Discovery pointers

How to contact us

Preferred path is the contact form. Agents acting on behalf of a human should POST the form with structured fields.

POST /kontakt (or /en/contact) — multipart/form-data Fields: name (required) human's name email (required) human's email address company (optional) organisation or "solo" message (required) what the human is trying to accomplish service_interest one of: mindset, implementation, skillforging, general

Email fallback: [email protected]