frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: AgentKey – Access governance for AI agents

https://agentkey.dev
2•cracadumi•2h ago

Comments

cracadumi•2h ago
Maker here. Short version of why this exists: I got tired of pasting API keys into .env files every time I spun up a new agent. No record of which agent had access to what, no approval workflow, no audit, no revocation story.

AgentKey flips the model. Agents start with zero access. They request tools with a reason via HTTP. A human approves once, and the credential is vended encrypted (AES-256-GCM, per-record IV) only when an agent actually fetches it — never stored by the agent itself. Every request, approval, and credential fetch is in an append-only audit log.

Two things I think are actually interesting vs existing secrets managers:

1. Agent-driven catalog. If an agent needs a tool that isn't in the catalog, it submits a suggestion with a reason. Multiple agents can back the same suggestion, so admins see aggregated demand instead of one-off tickets. That's the "wild" part that makes it feel different from Vault-style vaults.

2. License choice. BSL 1.1, auto-converting to Apache 2.0 on April 1, 2030. I wanted source-available + self-hostable without giving cloud providers a free managed service until the market shakes out. Happy to debate that choice.

Stack: Next.js 16, Drizzle + Postgres (Neon), Upstash for rate limiting, Clerk for human auth, deployed on Vercel. API keys verified with timing-safe compare. No SDK — just HTTP, so anything that can make a request works (Claude Code, Cursor, LangChain, CrewAI, custom).

Things I know are rough: no pre-seeded integration catalog (you add tools yourself, optionally via an AI-drafted setup guide from a docs URL), V1 has no RBAC inside an org, shared credential rotation is still manual. All solvable, but honest about where it is.

Free forever managed, or self-host. Would love brutal feedback — architecture, the agent-driven catalog bet, the BSL decision, threat model, anything.

nigardev•1h ago
curious how the approval workflow works. do agents request access and wait for human approval, or is it more like predefined policies that let certain agent types through automatically

Show HN: SharpSkill – I simplified the process of ITWs preparation

https://sharpskill.dev/en
1•Enjoyooor•7m ago•0 comments

Marvin Minsky – Steps Toward Artificial Intelligence (1961) [pdf]

https://courses.csail.mit.edu/6.803/pdf/steps.pdf
1•the-mitr•8m ago•0 comments

Show HN: Understand Anything – Graphs that teach > graphs that impress

https://github.com/Lum1104/Understand-Anything
1•lum1104•11m ago•0 comments

Show HN: Browser Sysinfo – See everything a webpage can learn about you

https://sysinfo.theden.sh/
1•theden•12m ago•0 comments

HN: UmaBot – a multi-agent AI assistant

https://github.com/shaktsin/umaBot
1•shaktdev•12m ago•0 comments

Modern Rendering Culling Techniques

https://krupitskas.com/posts/modern_culling_techniques/
2•krupitskas•15m ago•0 comments

How (and why) we rewrote our production C++ front end infrastructure in Rust

https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-inf...
1•NewCzech•19m ago•0 comments

The Hilbert-Pólya Operator

https://substack.com/@metamagic/note/c-239237060
1•r0ze-at-hn•20m ago•0 comments

Under the hood of MDN's new front end

https://developer.mozilla.org/en-US/blog/mdn-front-end-deep-dive/
1•kevsim•25m ago•0 comments

Mythos and Cybersecurity

https://www.schneier.com/blog/archives/2026/04/mythos-and-cybersecurity.html
2•omer_k•25m ago•0 comments

Robot sprints to victory in Beijing, beating the half-marathon world record

https://apnews.com/article/humanoid-robots-half-marathon-beijing-302d0c4781bab20100d6a0bb4e77b629
3•tromp•29m ago•0 comments

Did Second-Wave Feminists Really "Forget" Motherhood?

https://fairerdisputations.org/second-wave-motherhood/
2•istist•31m ago•0 comments

The seven programming ur-languages

https://madhadron.com/programming/seven_ur_languages.html
1•helloplanets•31m ago•0 comments

Tell HN: macOS 26.4.1 bricked my MBP

4•nipponese•32m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
2•geox•44m ago•0 comments

Night into Day

https://billmckibben.substack.com/p/night-into-day
1•hackandthink•47m ago•0 comments

The RAM shortage could last years

https://www.theverge.com/ai-artificial-intelligence/914672/the-ram-shortage-could-last-years
11•omer_k•50m ago•1 comments

Regolo – European AI Provider

https://regolo.ai/
1•Mossy9•52m ago•1 comments

Android 15's hidden Linux Terminal is a real Debian VM – and it runs Claude Code

https://github.com/JoJa84/Codefone
3•JoJ84•58m ago•1 comments

Bullshit About Bullshit Machines [pdf]

https://aphyr.com/data/posts/411/the-future-of-everything-is-lies.pdf
1•hedayet•59m ago•1 comments

Hyperframes – AI Video Creation for Agents

https://github.com/heygen-com/hyperframes
1•steveharman•1h ago•1 comments

How and Why $150 NJ Transit World Cup Train Tickets Became Reality

https://www.forbes.com/sites/ianquillen/2026/04/18/the-perfect-storm-that-led-to-150-nj-transit-w...
2•RestlessMind•1h ago•0 comments

Keep Pushing: We Get 10 More Days to Reform Section 702

https://www.eff.org/deeplinks/2026/04/keep-pushing-we-get-10-more-days-reform-section-702
19•nobody9999•1h ago•1 comments

Pie Day 2026

https://www.technologyreview.com/2026/04/17/1136121/pie-day-links/
1•joozio•1h ago•0 comments

New Qingzhou Cargo Spacecraft Testing Proceeding Well in Orbit

https://www.china-in-space.com/p/new-qingzhou-cargo-spacecraft-testing
1•JPLeRouzic•1h ago•0 comments

The Truth About AI Disruption

https://thebahnsengroup.com/dividend-cafe/the-truth-about-ai-disruption-april-17-2026/
1•ninjahawk1•1h ago•0 comments

Compound AI: The architecture for safe, scalable autonomy

https://engineering.gm.com/home.detail.html/Pages/news/us/en/engineering/2026/mar/0319-compound-a...
1•plun9•1h ago•0 comments

Show HN: Backlit Keyboard API for Python

https://github.com/itsmeadarsh2008/backlit-kbd
1•itsmeadarsh•1h ago•1 comments

The Technological Republic, in Brief

https://twitter.com/palantirtech/status/2045574398573453312
3•phantomathkg•1h ago•1 comments

Show HN: Make Video from Photo for Free

https://makevideofromphoto.com/
1•pekingzcc•1h ago•0 comments