Free Open Standard · Agentic Web · Enterprise Ready

Give AI the context your business decisions depend on.

AIConfig is a free, lightweight open standard for the agentic web. It turns your business information, goals, constraints, documents, and decision rules into a reusable context file — so AI tools produce sharper briefs, better recommendations, and safer answers.

Example aiconfig.json
aiconfig.jsoncontext loaded
{
  "business": { "name": "Example Co.", "industry": "Local services" },
  "current_goals": ["Increase MRR", "Reduce owner bottlenecks"],
  "decision_principles": ["Protect cash flow", "Prefer repeatable revenue"]
}
01 · The Problem

AI cannot reason about a business it does not understand.

Most AI sessions start from scratch. You ask a question, paste context, upload a doc, and hope the model gets the bigger picture. But business decisions depend on context: goals, margins, customers, constraints, risk tolerance, values, priorities, and past decisions.

Without that context, even strong AI gives generic advice.

// stop re-explaining your business every time you use AI

02 · What it does

A context layer for hyper-intelligence.

STD

Free open standard for the agentic web

An open convention any AI tool, agent, or copilot can consume.

BRIEF

Business Context Brief from your site and docs

Generated from your website plus uploaded decks, SOPs, and policies.

JSON

Reusable AIConfig JSON for any AI tool

Portable artifact. Paste into ChatGPT, Claude, Gemini, or custom agents.

RULES

Goals, constraints, and decision rules in one place

Codify how AI should reason about your business before it responds.

AGENT

Helps agents safely discover and understand your business

A trusted context layer for autonomous systems acting on your behalf.

03 · Mechanism

How it works.

01

Add your business context

Enter a URL, upload decks, SOPs, pricing, or policies. Answer a few guided questions.

02

Generate your AIConfig

We extract and structure the information into a reusable business-context file.

03

Use it with decision tools

Drop your AIConfig into tools like MaximusBrief so every decision starts with context.

04

Keep it alive

Update it as your business, goals, and constraints evolve.

04 · Specification

Example AIConfig.

A minimal aiconfig.json declaring business model, decision context, important documents, and explicit AI guidance.

aiconfig.json
application/json
{
  "version": "0.1",
  "business": {
    "name": "Example Company",
    "industry": "Local services",
    "business_model": "Service-based business with recurring and project revenue",
    "primary_customers": ["Small business owners", "Local households", "Commercial clients"],
    "revenue_streams": ["Monthly service plans", "One-time projects", "Add-on services"]
  },
  "decision_context": {
    "current_goals": [
      "Increase monthly recurring revenue",
      "Improve operational efficiency",
      "Reduce owner bottlenecks"
    ],
    "constraints": [
      "Limited staff capacity",
      "Tight monthly cash flow",
      "Owner time is the main bottleneck"
    ],
    "risk_tolerance": "moderate",
    "decision_principles": [
      "Protect cash flow",
      "Prioritize repeatable revenue",
      "Avoid unsustainable owner workload"
    ]
  },
  "documents": {
    "important_sources": [
      "pricing_sheet.pdf",
      "service_menu.docx",
      "customer_faq.pdf"
    ]
  },
  "ai_guidance": {
    "always_consider": ["Cash flow impact", "Customer trust", "Operational complexity"],
    "never_assume": ["Unlimited staff capacity", "Access to outside capital"],
    "preferred_output_style": "Clear, practical, concise, action-oriented"
  }
}
05 · Adoption

What gets better with AIConfig?

Decision briefs

Sharper recommendations because AI understands the business behind the decision.

Document review

Analyze contracts, term sheets, proposals, and vendor agreements with business-specific context.

Strategy

Pressure-test pricing, hiring, expansion, and growth against real goals and constraints.

Communication

Generate emails, investor updates, and internal notes in the right tone and context.

Advisory workflows

Give advisors, consultants, and operators a cleaner starting point.

Agentic systems

Give autonomous agents rules, boundaries, and business context before they act.

06 · Decision intelligence

Built for decision intelligence.

AIConfig is designed to work with MaximusBrief, a decision-intelligence product that turns messy business decisions and documents into structured briefs, tradeoffs, risks, and action-ready responses.

With AIConfig, MaximusBrief does not start from zero. It starts with the business context that matters.

maximusbrief ← aiconfig.jsoncontext: ok
brief.generate({
  decision: "Hire ops manager?",
  context: aiconfig,
  output: "tradeoffs + risks"
})
07 · Free tool

Create your AIConfig in minutes.

Add a website, upload key documents, answer a few questions. Receive a structured Business Context Brief plus AIConfig JSON you can use anywhere.

// better context creates better decisions

AIConfig is a business-context artifact. It is not legal, financial, or professional advice.

generate.aiconfigfree · no signup
1. Enter business + website
2. Upload deck, SOPs, pricing
3. Answer a few questions
4. Generate Business Context Brief
5. Copy / download AIConfig JSON
6. Use it in MaximusBrief