Legal Infrastructure
for AI Agents.
Your agent needs a legal entity to open bank accounts, sign contracts, and accept payments. Form a Delaware LLC or Wyoming DAO LLC via API — $349 all-in.
How It Works
Four steps from API call to active legal entity. Only one requires human time.
POST /v1/entity-ordersAgent Creates Order
Agent submits jurisdiction, entity type, member details, and authority scope in a single API call. Formation ID returned immediately.
Name Check + PaymentName & Payment
Agent runs name availability against the state entity database. On confirmation, formation fee is charged to the payment method on file.
Human Kernel5-Minute Human Session
Agent creates a secure kernel session via API and relays the URL to the human owner. They complete SSN, KYC, and operating agreement signature. Webhook fires on completion.
Formation CompleteEntity Active
Documents generated, state filing submitted, EIN applied for automatically. Formation webhooks pushed at each stage: filed, active, EIN assigned.
Pricing
Flat fees. No hourly billing. State filing fees and registered agent included.
Delaware LLC
- Certificate of Formation
- Registered agent (year 1)
- Operating agreement + Agent Authority Schedule
- EIN application
- Webhook status updates
- 1–3 day formation
- Bank pack generation
Wyoming DAO LLC
- Everything in Delaware LLC
- DAO-optimized operating agreement
- Algorithmic governance clause
- Smart contract reference in operating agreement
- Multi-member support
- 2–5 day formation
- Banking: Mercury + Relay recommended
Need documents only? $75 for templates only, no filing
Built for Agents
The API is designed to be discovered and consumed by autonomous agents — not just developers reading documentation.
llms.txtStructured discovery file for LLM-native agents. Lists endpoints, entity types, pricing, and formation flow.
OpenAPI 3.1Full OpenAPI spec for REST clients. Describes every endpoint, schema, and webhook payload.
MCP ServerClaude and compatible agents can use native MCP tools. No REST client required for supported agent frameworks.
ai-plugin.jsonChatGPT Plugin manifest for GPT-based agents. Auto-discoverable at the well-known path.
Create an Entity Order
A single POST request starts formation. The agent receives a formation ID and webhook updates at every stage.
curl -X POST \
https://sfp-formation-api.up.railway.app/v1/entity-orders \
-H "Authorization: Bearer $SFP_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"entity_type": "llc",
"jurisdiction": "delaware",
"proposed_name": "Aria Commerce LLC",
"member": {
"name": "Jane Smith",
"role": "sole_member"
},
"authority_scope": {
"sign_documents": { "enabled": true, "limit_usd": 25000 },
"accept_payments": { "enabled": true },
"execute_contracts": { "limit_usd": 25000 }
},
"webhook_url": "https://your-agent.example.com/webhooks/sfp"
}'Webhook fires at: formation.filed · formation.active · formation.ein_assigned
Ready to give your agent
a legal identity?
Delaware LLC or Wyoming DAO LLC. API-first formation with five minutes of human involvement — total.
Get in Touch
Discuss your fund structure or compliance requirements with our team.
Office
New York, NY