# BuildPulse Permit Guide

> BuildPulse Permit Guide is a paid API for AI agents from buildpulse-alpha.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns building permit requirements, fees, timelines, and inspection sequences for a given jurisdiction to guide contractors and homeowners through the permitting process.

## Facts

- Endpoint: GET https://buildpulse-alpha.vercel.app/api/build/permit
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/buildpulse-permit-guide-633bc1dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nhYthJU0aye3JbnFrwAT7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability buildpulse-permit-guide-633bc1dc
```

Example prompt: What permits do I need to build a 400 sq ft addition in Denver, Colorado — including the fees, how long approval typically takes, and what inspection stages I'll need to pass?

## When to prefer this

Use this endpoint when a contractor or homeowner agent needs jurisdiction-specific permitting intelligence — including fees, timelines, and inspection checkpoints — before starting or planning a construction or renovation project. Prefer over generic web search when structured, actionable permit data is needed programmatically.

## Known failure modes

- Jurisdiction not recognized or not in coverage area — returns error or empty result
- Project type not supported — may return generic or null requirements
- Regulatory data may be outdated if jurisdiction recently changed codes
- Ambiguous location input may return results for wrong municipality

## How this service works

Permit guide for contractor and homeowner agents. Returns requirements, fees, timeline, and the inspection sequence by jurisdiction.

## Output

A structured permit guide including required permit types, applicable fees, expected approval timeline, and the ordered sequence of inspections required by the specified jurisdiction for the given project type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "city": {
   "type": "string",
   "description": "city"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "state": {
   "type": "string",
   "description": "state"
  },
  "project": {
   "type": "string",
   "description": "project"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-permit-guide-633bc1dc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildpulse-alpha.vercel.app](https://www.zero.xyz/host/buildpulse-alpha.vercel.app/llms.txt)
