Phirise public interfaces
Phirise Developer & Agent Resources
Discover Phirise agent-readable content, OpenAPI, OAuth 2.1 identity metadata and scoped claims, and the public read-only MCP server.
These resources intentionally expose public product information and the existing identity-server contract. They do not create a general-purpose write API. Authenticated product operations remain limited by Business membership, role, object scope, RLS, explicit consent, and approval gates.
Agent-readable content
Use the homepage Markdown representation or llms.txt when an agent needs a concise product overview, specific best-fit jobs, and canonical trust links.
Authenticated Business agent access
Authenticated Business access is in development and remains closed to third-party clients. The target uses a Phirise-owned resource-token broker, one read-only Business scope, explicit 30-day consent, and credentials that are never valid against the primary Supabase project.
Public MCP server
The Streamable HTTP endpoint exposes one read-only public product-information tool. It does not expose founder data, Business records, or mutations. Initialize at /mcp or the scanner-compatible /.well-known/mcp alias, then call tools/list. Each public client address receives 60 requests per 60 seconds; responses advertise the current quota, and 429 errors include Retry-After plus a machine-readable resolution.
curl https://phirise.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"example-agent","version":"1.0.0"}}}'