Actuent
code.storage

Code Storage

Off-the-shelf Git infrastructure for AI applications. Store code and machine-generated artifacts at scale with simple SDKs or the native Git protocol.

70
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ✓ Business details (address, hours, phone)

How to improve this score

Up to +30 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
Starter lawp.json for code.storage
Made from what Actuent already knows. Edit it, then publish it at https://code.storage/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "code.storage",
  "name": "Code Storage",
  "language": "en",
  "pages": {
    "/": {
      "title": "Code Storage — Git Infrastructure at Scale by The Pierre Computer Company",
      "content": "Off-the-shelf Git infrastructure for AI applications. Store code and machine-generated artifacts at scale with simple SDKs or the native Git protocol."
    },
    "/api": {
      "title": "Code Storage API index",
      "content": "JSON index of the /api namespace on this origin — machine-readable entry points, the problem+json error format, and the per-response rate-limit headers."
    },
    "/docs/mcp": {
      "title": "Code Storage MCP server",
      "content": "Streamable HTTP MCP endpoint whose tools search these docs. Client setup at https://code.storage/docs/getting-started/agent-setup; discovery card at https://code.storage/.well-known/mcp.json."
    },
    "/developers": {
      "title": "Code Storage developer resources",
      "content": "Search-indexable hub for the API reference, OpenAPI schemas, authentication, SDKs, webhooks, Git protocol, MCP server, and agent indexes."
    },
    "/openapi.json": {
      "title": "Code Storage OpenAPI spec",
      "content": "OpenAPI 3.1 description of the HTTP API, served unauthenticated for SDK generators and agents."
    },
    "/docs/reference/sdk/": {
      "title": "Code Storage SDK reference",
      "content": "TypeScript, Python and Go methods for repositories, branches, commits, files, tags and notes."
    },
    "/docs/guides/webhooks": {
      "title": "Code Storage webhooks",
      "content": "push and repo.sync.* events delivered as HTTP POSTs, signed with HMAC-SHA256 and verified through the SDK."
    },
    "/.well-known/api-catalog": {
      "title": "Code Storage API catalog",
      "content": "RFC 9727 catalog linking the HTTP API to its OpenAPI description and its reference documentation."
    },
    "/docs/reference/api/overview": {
      "title": "Code Storage HTTP API reference",
      "content": "Base URL, authentication, cursor pagination and error format, with a generated page per endpoint under /docs/reference/api/."
    },
    "/docs/getting-started/authentication": {
      "title": "Code Storage Authentication & Security",
      "content": "API key creation and storage, JWT structure, ES256/ES384/ES512/RS256 signing, permission scopes, token TTLs, and ref policies."
    },
    "/.well-known/oauth-protected-resource": {
      "title": "Code Storage protected resource metadata",
      "content": "RFC 9728 document listing the four token scopes machine-readably; it names no authorization server, because none exists."
    }
  },
  "actions": [
    {
      "id": "view_pricing",
      "name": "View pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pricing",
        "prices",
        "plans",
        "cost",
        "how much"
      ],
      "description": "See plans and prices"
    },
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "id": "sign_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    }
  ]
}

What AI agents can do here

View pricing
See plans and prices
pricingpricesplanscosthow much
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Business details

777 Florida St #307, 94110, San Francisco, US

Services & prices

Code Storage

Pages

Code Storage — Git Infrastructure at Scale by The Pierre Computer Company /
Off-the-shelf Git infrastructure for AI applications. Store code and machine-generated artifacts at scale with simple SDKs or the native Git protocol.
Code Storage API index /api
JSON index of the /api namespace on this origin — machine-readable entry points, the problem+json error format, and the per-response rate-limit headers.
Code Storage MCP server /docs/mcp
Streamable HTTP MCP endpoint whose tools search these docs. Client setup at https://code.storage/docs/getting-started/agent-setup; discovery card at https://code.storage/.well-known/mcp.json.
Code Storage developer resources /developers
Search-indexable hub for the API reference, OpenAPI schemas, authentication, SDKs, webhooks, Git protocol, MCP server, and agent indexes.
Code Storage OpenAPI spec /openapi.json
OpenAPI 3.1 description of the HTTP API, served unauthenticated for SDK generators and agents.
Code Storage SDK reference /docs/reference/sdk/
TypeScript, Python and Go methods for repositories, branches, commits, files, tags and notes.
Code Storage webhooks /docs/guides/webhooks
push and repo.sync.* events delivered as HTTP POSTs, signed with HMAC-SHA256 and verified through the SDK.
Code Storage API catalog /.well-known/api-catalog
RFC 9727 catalog linking the HTTP API to its OpenAPI description and its reference documentation.
Code Storage HTTP API reference /docs/reference/api/overview
Base URL, authentication, cursor pagination and error format, with a generated page per endpoint under /docs/reference/api/.
Code Storage Authentication & Security /docs/getting-started/authentication
API key creation and storage, JWT structure, ES256/ES384/ES512/RS256 signing, permission scopes, token TTLs, and ref policies.
Code Storage protected resource metadata /.well-known/oauth-protected-resource
RFC 9728 document listing the four token scopes machine-readably; it names no authorization server, because none exists.

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=code.storage
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 27 Sep 2026

Is this your site?

Claim code.storage to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="code.storage" async></script> or the image https://api.actuent.ai/badge.svg?domain=code.storage&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.