Built&Written Agent API
Agent API reference
Use the Agent API when an external agent, IDE, or custom workflow needs a fixed Bearer token instead of the OAuth-based MCP connector. For Claude and most MCP clients, start with the guided MCP setup.
Base URL
https://www.builtwritten.comAuthentication
Authorization: Bearer <token>Core endpoints
GET
/api/v1/agent/booksList books available to the authenticated account.
POST
/api/v1/agent/booksCreate a new book project from a title, author, and source brief.
GET
/api/v1/agent/books/{bookId}Inspect book status, structure, sharing state, and export readiness.
POST
/api/v1/agent/books/{bookId}/generateStart full-book generation as a background job.
GET
/api/v1/agent/jobs/{jobId}Check the progress of a long-running generation or export job.
POST
/api/v1/agent/books/{bookId}/exports/pdfGenerate a KDP-ready PDF export for a completed book.
POST
/api/v1/agent/books/{bookId}/shareEnable or disable a public share link for a completed book.