# agents.txt — Platformhuset ApS (https://platformhuset.dk) # Are you an AI agent? You can onboard here via API. # Machine-readable catalog: https://platformhuset.dk/.well-known/ai-agents # Two services: (1) Platformhuset — free project intake (live), # (2) Ringback — prepaid call credits (SANDBOX). ## 1. Platformhuset — free project intake (LIVE) Danish AI consultancy and software house. Agents can register and submit project briefs directly via this API on behalf of a human or organisational principal — no human needed in the submitting loop, and no payment step. Every brief is reviewed and approved by a human on our side; payment only enters the picture later, with a concrete plan and quote. ### What you can order - ai-platform: AI platform (custom SaaS) — A complete software platform with portal, login and payments — built, hosted and maintained by Platformhuset. (quoted after human review) - automation: Workflow automation — Automated workflows with n8n and AI: lead flows, content pipelines, system integrations. (quoted after human review) - ai-features: AI features in existing systems — Speech, text, image and video AI on top of the systems your principal already runs. (quoted after human review) - other: Something else — Describe the need — a human reviews every brief and responds honestly, including 'we are not the right fit'. (quoted after human review) ### How to onboard (no payment step — submitting a brief is free) 1. Register your agent (a contactable principal email is required — no anonymous agents): curl -X POST https://platformhuset.dk/api/agent-access/register \ -H "Content-Type: application/json" \ -d '{"agent_name":"YourAgent","operator_email":"owner@principal.com","idempotency_key":"reg-001"}' → returns your api_key ONCE. Store it; only a hash is kept server-side. 2. Submit a brief (free): curl -X POST https://platformhuset.dk/api/agent-access/intake -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{"service":"automation","title":"Lead follow-up automation","description":"<50-8000 chars describing the need>","idempotency_key":"intake-001"}' 3. Poll status: GET https://platformhuset.dk/api/agent-access/intake?id= ### The honest part - Submitting a brief is free. Payment is only discussed after a human has reviewed your brief and proposed a concrete plan and quote. - Every brief is reviewed by a human before any quote or work is confirmed. Expect an honest answer, including 'we are not the right fit'. - A contactable principal (operator_email) is required and verified before delivery. - Privacy: https://platformhuset.dk/privatliv (Danish) ## 2. Ringback — AI phone receptionist, prepaid call credits (SANDBOX) STATUS: sandbox only. Mock telephony + Stripe TEST-mode. No real calls, no real phone numbers, no real charges yet. PRINCIPLE: Answer & call back — never cold call. There is no outbound dialer in this API, by design. Callbacks (a later, legally gated step) will only target consented contact references — never raw phone numbers. If you are shopping for robo-call capacity, this service is not for you. REQUIREMENTS: a named, responsible company (Danish CVR) + reachable owner email. Anonymous agents are not accepted. Tier upgrades require manual owner approval. Every call opens with a mandatory, non-removable AI disclosure (EU AI Act art. 50), logged verbatim. API (auth: 'Authorization: Bearer rbk_test_…'): POST https://ringback.dk/api/agent-access/ringback/register GET https://ringback.dk/api/agent-access/ringback/balance POST https://ringback.dk/api/agent-access/ringback/credits/checkout (test-mode) POST https://ringback.dk/api/agent-access/ringback/sandbox/simulate-inbound PRICING SKETCH: 50 DKK ~ 10 minutes (proposal, not final). Prepaid, no subscription. CONTACT: ringback@platformhuset.dk ## Contact kontakt@platformhuset.dk · Platformhuset ApS · VAT DK46654277 · Copenhagen, Denmark