Skip to main content
Glama
brianirish

Laravel 12 Docs MCP Server

by brianirish
api.md3.76 kB
# Forge - Accounts/Api *Source: https://forge.laravel.com/docs/accounts/api* --- - [Community](https://discord.com/invite/laravel) - [Blog](https://blog.laravel.com/forge) ##### Get Started - [Introduction](/docs/introduction) - [Forge CLI](/docs/cli) - [Forge SDK](/docs/sdk) ##### Accounts - [Your Account](/docs/accounts/your-account) - [Circles](/docs/accounts/circles) - [Source Control](/docs/accounts/source-control) - [SSH Keys](/docs/accounts/ssh) - [API](/docs/accounts/api) - [Tags](/docs/accounts/tags) - [Troubleshooting](/docs/accounts/cookbook) ##### Servers - [Server Providers](/docs/servers/providers) - [Server Types](/docs/servers/types) - [Management](/docs/servers/management) - [Root Access / Security](/docs/servers/provisioning-process) - [SSH Keys / Git Access](/docs/servers/ssh) - [PHP](/docs/servers/php) - [Packages](/docs/servers/packages) - [Recipes](/docs/servers/recipes) - [Load Balancing](/docs/servers/load-balancing) - [Nginx Templates](/docs/servers/nginx-templates) - [Database Backups](/docs/servers/backups) - [Monitoring](/docs/servers/monitoring) - [Cookbook](/docs/servers/cookbook) ##### Sites - [The Basics](/docs/sites/the-basics) - [Applications](/docs/sites/applications) - [Deployments](/docs/sites/deployments) - [Commands](/docs/sites/commands) - [Packages](/docs/sites/packages) - [Queues](/docs/sites/queues) - [Security Rules](/docs/sites/security-rules) - [Redirects](/docs/sites/redirects) - [SSL](/docs/sites/ssl) - [User Isolation](/docs/sites/user-isolation) - [Cookbook](/docs/sites/cookbook) ##### Resources - [Daemons](/docs/resources/daemons) - [Databases](/docs/resources/databases) - [Caches](/docs/resources/caches) - [Network](/docs/resources/network) - [Scheduler](/docs/resources/scheduler) - [Integrations](/docs/resources/integrations) - [Cookbook](/docs/resources/cookbook) ##### Integrations - [Envoyer](/docs/integrations/envoyer) - [Sentry](/docs/integrations/sentry) - [Aikido](/docs/integrations/aikido) ##### Other - [Abuse](/docs/abuse) On this page - [Overview](#overview) - [Managing API Tokens](#managing-api-tokens) - [Create a new API Token](#create-a-new-api-token) - [Delete an API Token](#delete-an-api-token) - [Rate Limits](#rate-limits) Accounts # API Learn how to get started and interact with the Laravel Forge API. ## [​](#overview) Overview Forge provides a comprehensive API that allows you to programmatically manage your Forge servers and sites. To learn more, please review the [Forge API documentation](https://forge.laravel.com/api-documentation). The official Laravel Forge [PHP SDK](/docs/sdk) provides an expressive interface for interacting with Forge’s API and managing Laravel Forge servers. ## [​](#managing-api-tokens) Managing API Tokens API tokens can be managed in Forge’s [API dashboard](https://forge.laravel.com/user-profile/api). ### [​](#create-a-new-api-token) Create a new API Token You will need to generate an API token to interact with the Forge API. Tokens are used to authenticate your account without providing personal details. You can create as many tokens as you need for your individual integrations. ### [​](#delete-an-api-token) Delete an API Token If you no longer need an API token, you may delete it by clicking the **X** button next to the token name within your [API token dashboard](https://forge.laravel.com/user-profile/api). ## [​](#rate-limits) Rate Limits The Forge API currently imposes a rate limit of 60 requests per minute. If you exceed this limit, you will receive a `429 Too Many Requests` response. Was this page helpful? YesNo [SSH Keys](/docs/accounts/ssh)[Tags](/docs/accounts/tags) Assistant Responses are generated using AI and may contain mistakes.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianirish/laravel-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server