Production status
What is live, what is protected, and what is still blocked.
This page keeps the public promise aligned with the current ActLayer implementation.
Live now
Frontend and docs
Landing, onboarding, dashboard shell, and static developer docs are live.
/v1/act
Agent-scoped execution endpoint is implemented with receipts and SRG decisions.
Five MVP capabilities
web_search, stock_price, crypto_price, summarize_text, and http_request.
Wallet ledger
Wallet balance, debits, refunds, usage logs, and receipts are implemented.
Approvals
High-risk actions can enter a dashboard approval flow.
Provider submissions
Provider submission and admin review paths exist, but public settlement is not live.
Protected or disabled
Backend API docs
Swagger/OpenAPI routes are hidden publicly.
Dev wallet top-ups
Development wallet top-ups are disabled in production.
Auto table creation
Production startup does not auto-create tables; Alembic tracks the schema.
Launch blockers
Stripe funding
Production Stripe checkout and webhook secrets must be configured.
Redis rate limits
Rate limiting should move from in-process memory to Redis before broader traffic.
SDK publishing
Python and TypeScript packages need publishing and versioned release notes.
MCP server
Expose actlayer_act for MCP-compatible agents.
Provider settlement
Use Stripe Connect or equivalent before public provider payouts.
Legal pages
Privacy and terms pages need legal review before paid public use.
