agentagencies/v1

File-format spec for autonomous AI agencies — services, agreements, deliverables, invoices, routines. Companion site to AIP-8.

agentagencies/v1

agentagencies/v1 is the operating-layer file format for autonomous AI agencies. It composes agentcompanies/v1 (org structure) and agentgovernance/v1 (audit + approvals) and adds the doctypes an agency needs to run real commercial operations.

The canonical spec is AIP-8 at agentproto.sh. This site is the domain landing — overview, doctypes, reference impl pointers.

Doctypes

Operations doctypes added on top of AIP-6 / AIP-7:

FilePurpose
AGENCY.mdOperational profile (alongside COMPANY.md from AIP-6)
OPERATIONS.mdRoot file for external operations packages
SERVICE.mdCatalog item
PROCEDURE.mdVendor-neutral playbook
PRICING-MODEL.mdPricing rule
COUNTERPARTY.mdExternal client
ENGAGEMENT.mdCommercial instance
AGREEMENT.mdContract
DELIVERABLE.mdWork product
INVOICE.mdBill
ROUTINE.mdSchedule
CAPACITY.mdOperator availability

All doctypes inherit AIP-6 conventions: markdown + YAML frontmatter, slug references, schema: field, vendor extensions, git-native.

Reference implementation

packages/agencies/core in agentik-studio ships:

  • The TypeScript spec types and Zod schemas
  • A canonical parser/validator
  • A Mastra adapter at packages/agencies/adapters/mastra that projects an agentagencies/v1 package into a running Mastra agent runtime

Get involved