DEV Community

Gad Ofir
Gad Ofir

Posted on

Meet the Agent Platform: A New Way to Work with Claude

Meet the Agent Platform: A New Way to Work with Claude

We're building something new: an Agent Platform that lets workspaces bootstrap themselves from scratch.

Imagine: an agent starts with nothing. A workspace, a certificate, and a walkthrough. The agent reads your instructions, creates a GitHub repo, publishes an article, integrates with Jira — whatever you need. Then it self-registers in policy and closes the bootstrap window.

What's done

  • P1: Core dispatch routing, policy cascade (company → repo → workspace), lock enforcement, LiteLLM bridge
  • P2 (just shipped): Bootstrap cold-start — single-use certs, multi-provider support (GitHub, Dev.to), self-registration, one-way door pattern

That's ~40% complete. We're moving fast.

What's next

  • P3: Repositories API — let agents see what repos they own
  • P4: Capabilities expansion — more providers, richer self-registration flows
  • P5: Knowledge surface — agents building and querying shared knowledge

Why this matters

Every SaaS today starts you with admin dashboards and manual setup. This platform says: agents set themselves up. No admin panels. No human-in-the-loop config. Just cert → capability → done.


Built by humans who believe AI should work smarter, not harder.

Repository: https://github.com/GadOfir/agent-platform-roadmap

Progress: P1 ✓ P2 ✓ | Building P3-P5

Made with: Python, Docker, YAML, and a lot of coffee ☕

Join us building the future of agentic workflows.

Top comments (0)