---
name: sicher-ki
description: Read SICHER KI public information, request project contact, request the free KI-Briefing subscription, or apply for a freelance job when the user asks to interact with sicher-ki.de.
---

# Use SICHER KI

Read https://sicher-ki.de/llms.txt for public sources and https://sicher-ki.de/docs for the available browser actions. For costs, consult https://sicher-ki.de/pricing.md: consulting and development are quoted individually, and the KI-Briefing subscription is free. Cite the specific page supporting each answer.

## Request project contact or subscribe

Open https://sicher-ki.de/#kontakt for `request_project_contact`, or https://sicher-ki.de/ki-briefing for `request_ki_briefing_subscription`. Wait for the form to load, then discover its live WebMCP tools and input schema. Static schemas are also available at https://sicher-ki.de/.well-known/agents-index.json. If the browser does not support WebMCP, use the visible form with the same requirements.

Use only details supplied by the user. Project contact needs first name, last name, email, and explicit `privacyAcknowledged: true`. Subscription needs email and explicit `subscriptionConsent: true`. These acknowledgements refer to the privacy notice linked on the form. Never infer them or subscribe someone who only asked to read a briefing. Before hydration, declarative form tools prepare fields for manual review and submission; they do not autosubmit.

The two actions request an email confirmation. A `confirmation_required` result does not mean a subscription is active, an enquiry is confirmed, or a meeting is booked. Tell the user to confirm through their email. Do not follow personal confirmation links on their behalf.

## Apply for a freelance job

Read https://sicher-ki.de/jobs and open the chosen job detail page. Use its live `submit_job_application` tool with the matching jobId, applicant name, email and relevant experience. Portfolio, location, availability, travel preferences and hourly rate are optional. Use only facts the applicant supplied and obtain explicit permission to send the application plus `privacyAcknowledged: true` for https://sicher-ki.de/datenschutz#bewerbungen. Never infer qualifications, language proficiency or consent.

A `submitted` result means delivery to the team, not acceptance for the job. Applications do not require email confirmation and do not subscribe anyone. On uncertain delivery, contact hallo@sicher-ki.de to check receipt instead of resubmitting.

## Handle results

- `validation_failed`: check the listed fields. If `reloadRequired` is true, reload the form rather than inventing its timestamp or hidden fields.
- `rate_limited` or `unavailable`: report that the request cannot currently be completed.
- `busy`: a submission is already in progress; do not send another.
- `cancelled`: the action stopped before dispatch.
- `delivery_unknown`: never retry automatically; for contact/subscription requests ask the user to check their inbox; for applications use the receipt-check guidance above.

Use the unsubscribe link in a briefing email to end that subscription. Do not look up subscribers or construct token URLs. The public API description covers read-only discovery; no remote MCP server, public inference API, or account-token flow is offered. See https://sicher-ki.de/auth.md for access details.
